#5D8BD9

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

Shades of Cornflower Blue #5D8BD9

Tints of Cornflower Blue #5D8BD9

Color information

#5D8BD9 (or 0x5D8BD9) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 8B and D9. RGB value is (93,139,217). Sum of RGB (Red+Green+Blue) = 93+139+217=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D8BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8BD9 is #A27426. Grayscale: #858585. Windows color (decimal): -10646567 or 14256989. OLE color: 14256989.

HSL color Cylindrical-coordinate representation of color #5D8BD9: hue angle of 217.74º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D8BD9 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93139217-
CMYK0.570.3600.15
HSL217.74º62%60.78%-
HSV(B)217.74º57.14%85.1%-
XYZ26.2725.869.24-
YUV134.14174.7698.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.71%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 217 (85.16% from 255) = 48.33%
R=20.71%
G=30.96%
B=48.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal931392170.570.3600.15217.746260.78
Hex5D8BD939240Fda3e3d
Octal13521333171440173327675
Binary101110110001011110110011110011001000111111011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,139,217); }

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

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

 a { background-color: rgb(93,139,217); }

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

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

 span { border-color: rgb(93,139,217); }

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