Html Css Color HEX #5E8EEB Cornflower Blue

📋 copy color: '#5E8EEB'

red 94 ◦ green 142 ◦ blue 235

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

Shades of Cornflower Blue #5E8EEB

Tints of Cornflower Blue #5E8EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 19.96%
G = 30.15%
B = 49.89%

CMYK

 C value IS 0.6

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E8EEB (or 0x5E8EEB) is known color: Cornflower Blue. HEX triplet: 5E, 8E and EB. RGB value is (94,142,235). Sum of RGB (Red+Green+Blue) = 94+142+235=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8EEB is #A17114. Grayscale: #898989. Windows color (decimal): -10580245 or 15437406. OLE color: 15437406.

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

Color convert

RGB 94 142 235 -
CMYK 0.6 0.40 0 0.08
HSL 219.57º 0.78% 0.65% -
HSV(B) 219.57º 0.6% 0.92% -
XYZ 29.28 27.72 82.41 -
YUV 138.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 94 142 235 0.6 0.40 0 0.08 219.57 0.78 0.65
Hex 5E 8E EB 3C 28 0 8 DC 4E 41
Octal 136 216 353 74 50 0 10 334 116 101
Binary 1011110 10001110 11101011 111100 101000 0 1000 11011100 1001110 1000001

Color Harmonies of #5E8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8EEB

Black with #5E8EEB

Text Example


Text Example

White with #5E8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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