Html Css Color HEX #5E8CEB Cornflower Blue

📋 copy color: '#5E8CEB'

red 94 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #5E8CEB

Tints of Cornflower Blue #5E8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.85%

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

R = 20.04%
G = 29.85%
B = 50.11%

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

#5E8CEB (or 0x5E8CEB) is known color: Cornflower Blue. HEX triplet: 5E, 8C and EB. RGB value is (94,140,235). Sum of RGB (Red+Green+Blue) = 94+140+235=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8CEB is #A17314. Grayscale: #888888. Windows color (decimal): -10580757 or 15436894. OLE color: 15436894.

HSL color Cylindrical-coordinate representation of color #5E8CEB: hue angle of 220.43º 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 #5E8CEB is Cyan = 0.6, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 140 235 -
CMYK 0.6 0.40 0 0.08
HSL 220.43º 0.78% 0.65% -
HSV(B) 220.43º 0.6% 0.92% -
XYZ 28.99 27.13 82.31 -
YUV 137.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 94 140 235 0.6 0.40 0 0.08 220.43 0.78 0.65
Hex 5E 8C EB 3C 28 0 8 DC 4E 41
Octal 136 214 353 74 50 0 10 334 116 101
Binary 1011110 10001100 11101011 111100 101000 0 1000 11011100 1001110 1000001

Color Harmonies of #5E8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8CEB

Black with #5E8CEB

Text Example


Text Example

White with #5E8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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