Html Css Color HEX #5E8DEB Cornflower Blue

📋 copy color: '#5E8DEB'

red 94 ◦ green 141 ◦ blue 235

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

Shades of Cornflower Blue #5E8DEB

Tints of Cornflower Blue #5E8DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

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

R = 20%
G = 30%
B = 50%

CMYK

 C value IS 0.6

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E8DEB (or 0x5E8DEB) is known color: Cornflower Blue. HEX triplet: 5E, 8D and EB. RGB value is (94,141,235). Sum of RGB (Red+Green+Blue) = 94+141+235=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E8DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8DEB is #A17214. Grayscale: #898989. Windows color (decimal): -10580501 or 15437150. OLE color: 15437150.

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

Color convert

RGB 94 141 235 -
CMYK 0.6 0.4 0 0.08
HSL 220º 0.78% 0.65% -
HSV(B) 220º 0.6% 0.92% -
XYZ 29.14 27.43 82.36 -
YUV 137.66 182.93 96.86 -
System Red Green Blue C M Y K H S L
Decimal 94 141 235 0.6 0.4 0 0.08 220 0.78 0.65
Hex 5E 8D EB 3C 28 0 8 DC 4E 41
Octal 136 215 353 74 50 0 10 334 116 101
Binary 1011110 10001101 11101011 111100 101000 0 1000 11011100 1001110 1000001

Color Harmonies of #5E8DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8DEB

Black with #5E8DEB

Text Example


Text Example

White with #5E8DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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