#5D8CEA

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

Shades of Cornflower Blue #5D8CEA

Tints of Cornflower Blue #5D8CEA

Color information

#5D8CEA (or 0x5D8CEA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 8C and EA. RGB value is (93,140,234). Sum of RGB (Red+Green+Blue) = 93+140+234=467 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.91% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D8CEA is #A27315. Grayscale: #888888. Windows color (decimal): -10646294 or 15371357. OLE color: 15371357.

HSL color Cylindrical-coordinate representation of color #5D8CEA: hue angle of 220º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D8CEA is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93140234-
CMYK0.600.4000.08
HSL220º77.05%64.12%-
HSV(B)220º60.26%91.76%-
XYZ28.7427.0281.54-
YUV136.66182.9396.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.91%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=19.91%
G=29.98%
B=50.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931402340.600.4000.0822077.0564.12
Hex5D8CEA3C2808dc4d40
Octal1352143527450010334115100
Binary10111011000110011101010111100101000010001101110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,140,234); }

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

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

 a { background-color: rgb(93,140,234); }

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

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

 span { border-color: rgb(93,140,234); }

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