#5D8FE0

Color #5D8FE0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5D8FE0

Tints of Cornflower Blue #5D8FE0

Color information

#5D8FE0 (or 0x5D8FE0) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 8F and E0. RGB value is (93,143,224). Sum of RGB (Red+Green+Blue) = 93+143+224=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D8FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8FE0 is #A2701F. Grayscale: #888888. Windows color (decimal): -10645536 or 14716765. OLE color: 14716765.

HSL color Cylindrical-coordinate representation of color #5D8FE0: hue angle of 217.1º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D8FE0 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93143224-
CMYK0.580.3600.12
HSL217.1º67.88%62.16%-
HSV(B)217.1º58.48%87.84%-
XYZ27.7927.3574.34-
YUV137.28176.9496.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 20.22%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 224 (87.89% from 255) = 48.70%
R=20.22%
G=31.09%
B=48.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal931432240.580.3600.12217.167.8862.16
Hex5D8FE03A240Cd9443e
Octal135217340724401433110476
Binary1011101100011111110000011101010010001100110110011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D8FE0; }

 p { color: rgb(93,143,224); }

 H1.HeaderClassName
 {
   color: #5D8FE0;
 }
 .AnyTagClassName
 {
   color: #5D8FE0;
 }
</style>
background-color css

<style>
 a { background-color: #5D8FE0; }

 a { background-color: rgb(93,143,224); }

 div.DivClassName
 {
   background-color: #5D8FE0;
 }
 .BgClassName
 {
   background-color: #5D8FE0;
 }
</style>
border-color css

<style>
 span { border-color: #5D8FE0; }

 span { border-color: rgb(93,143,224); }

 td.TdClassName
 {
   border-color: #5D8FE0;
 }
 .TagClassName
 {
   border-color: #5D8FE0;
 }
</style>