Html Css Color HEX #5E8FEB Cornflower Blue

📋 copy color: '#5E8FEB'

red 94 ◦ green 143 ◦ blue 235

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

Shades of Cornflower Blue #5E8FEB

Tints of Cornflower Blue #5E8FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 19.92%
G = 30.3%
B = 49.79%

CMYK

 C value IS 0.6

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E8FEB (or 0x5E8FEB) is known color: Cornflower Blue. HEX triplet: 5E, 8F and EB. RGB value is (94,143,235). Sum of RGB (Red+Green+Blue) = 94+143+235=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E8FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8FEB is #A17014. Grayscale: #8A8A8A. Windows color (decimal): -10579989 or 15437662. OLE color: 15437662.

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

Color convert

RGB 94 143 235 -
CMYK 0.6 0.39 0 0.08
HSL 219.15º 0.78% 0.65% -
HSV(B) 219.15º 0.6% 0.92% -
XYZ 29.43 28.02 82.45 -
YUV 138.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 94 143 235 0.6 0.39 0 0.08 219.15 0.78 0.65
Hex 5E 8F EB 3C 27 0 8 DB 4E 41
Octal 136 217 353 74 47 0 10 333 116 101
Binary 1011110 10001111 11101011 111100 100111 0 1000 11011011 1001110 1000001

Color Harmonies of #5E8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8FEB

Black with #5E8FEB

Text Example


Text Example

White with #5E8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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