#5D85DF

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

Shades of Cornflower Blue #5D85DF

Tints of Cornflower Blue #5D85DF

Color information

#5D85DF (or 0x5D85DF) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 85 and DF. RGB value is (93,133,223). Sum of RGB (Red+Green+Blue) = 93+133+223=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D85DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D85DF is #A27A20. Grayscale: #828282. Windows color (decimal): -10648097 or 14648669. OLE color: 14648669.

HSL color Cylindrical-coordinate representation of color #5D85DF: hue angle of 221.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D85DF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93133223-
CMYK0.580.4000.13
HSL221.54º67.01%61.96%-
HSV(B)221.54º58.3%87.45%-
XYZ26.2224.4373.15-
YUV131.3179.75100.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.71%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=20.71%
G=29.62%
B=49.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931332230.580.4000.13221.5467.0161.96
Hex5D85DF3A280Dde433e
Octal135205337725001533610376
Binary1011101100001011101111111101010100001101110111101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,133,223); }

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

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

 a { background-color: rgb(93,133,223); }

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

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

 span { border-color: rgb(93,133,223); }

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