#5D8EDE

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

Shades of Cornflower Blue #5D8EDE

Tints of Cornflower Blue #5D8EDE

Color information

#5D8EDE (or 0x5D8EDE) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 8E and DE. RGB value is (93,142,222). Sum of RGB (Red+Green+Blue) = 93+142+222=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D8EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8EDE is #A27121. Grayscale: #888888. Windows color (decimal): -10645794 or 14585437. OLE color: 14585437.

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

Color convert

RGB93142222-
CMYK0.580.3600.13
HSL217.21º66.15%61.76%-
HSV(B)217.21º58.11%87.06%-
XYZ27.3726.9572.87-
YUV136.47176.2797-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.35%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=20.35%
G=31.07%
B=48.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931422220.580.3600.13217.2166.1561.76
Hex5D8EDE3A240Dd9423e
Octal135216336724401533110276
Binary1011101100011101101111011101010010001101110110011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,142,222); }

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

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

 a { background-color: rgb(93,142,222); }

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

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

 span { border-color: rgb(93,142,222); }

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