#5D99DF

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

Shades of Cornflower Blue #5D99DF

Tints of Cornflower Blue #5D99DF

Color information

#5D99DF (or 0x5D99DF) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 99 and DF. RGB value is (93,153,223). Sum of RGB (Red+Green+Blue) = 93+153+223=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D99DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D99DF is #A26620. Grayscale: #8E8E8E. Windows color (decimal): -10642977 or 14653789. OLE color: 14653789.

HSL color Cylindrical-coordinate representation of color #5D99DF: hue angle of 212.31º 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 #5D99DF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93153223-
CMYK0.580.3100.13
HSL212.31º67.01%61.96%-
HSV(B)212.31º58.3%87.45%-
XYZ29.2230.4474.15-
YUV143.04173.1292.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=19.83%
G=32.62%
B=47.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931532230.580.3100.13212.3167.0161.96
Hex5D99DF3A1F0Dd4433e
Octal135231337723701532410376
Binary101110110011001110111111110101111101101110101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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