Html Css Color HEX #5E8EEC Cornflower Blue

📋 copy color: '#5E8EEC'

red 94 ◦ green 142 ◦ blue 236

#5E8EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5E8EEC

Tints of Cornflower Blue #5E8EEC

RGB

 RED value IS 94 (37.11% from 255) = 19.92%

 GREEN value IS 142 (55.86% from 255) = 30.08%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 19.92%
G = 30.08%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E8EEC (or 0x5E8EEC) is known color: Cornflower Blue. HEX triplet: 5E, 8E and EC. RGB value is (94,142,236). Sum of RGB (Red+Green+Blue) = 94+142+236=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E8EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8EEC is #A17113. Grayscale: #898989. Windows color (decimal): -10580244 or 15502942. OLE color: 15502942.

HSL color Cylindrical-coordinate representation of color #5E8EEC: hue angle of 219.72º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E8EEC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 142 236 -
CMYK 0.60 0.40 0 0.07
HSL 219.72º 0.79% 0.65% -
HSV(B) 219.72º 0.6% 0.93% -
XYZ 29.43 27.78 83.17 -
YUV 138.36 183.1 96.36 -
System Red Green Blue C M Y K H S L
Decimal 94 142 236 0.60 0.40 0 0.07 219.72 0.79 0.65
Hex 5E 8E EC 3C 28 0 7 DC 4F 41
Octal 136 216 354 74 50 0 7 334 117 101
Binary 1011110 10001110 11101100 111100 101000 0 111 11011100 1001111 1000001

Color Harmonies of #5E8EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8EEC

Black with #5E8EEC

Text Example


Text Example

White with #5E8EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,142,236); }

 H1.HeaderClassName
 {
   color: #5E8EEC;
 }
 .AnyTagClassName
 {
   color: #5E8EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(94,142,236); }

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

border-color css

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

 span { border-color: rgb(94,142,236); }

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