Html Css Color HEX #5E9EEF Cornflower Blue

📋 copy color: '#5E9EEF'

red 94 ◦ green 158 ◦ blue 239

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

Shades of Cornflower Blue #5E9EEF

Tints of Cornflower Blue #5E9EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.18%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 19.14%
G = 32.18%
B = 48.68%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5E9EEF (or 0x5E9EEF) is known color: Cornflower Blue. HEX triplet: 5E, 9E and EF. RGB value is (94,158,239). Sum of RGB (Red+Green+Blue) = 94+158+239=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E9EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9EEF is #A16110. Grayscale: #939393. Windows color (decimal): -10576145 or 15703646. OLE color: 15703646.

HSL color Cylindrical-coordinate representation of color #5E9EEF: hue angle of 213.52º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E9EEF is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 158 239 -
CMYK 0.61 0.34 0 0.06
HSL 213.52º 0.82% 0.65% -
HSV(B) 213.52º 0.61% 0.94% -
XYZ 32.42 33.07 86.33 -
YUV 148.1 179.3 89.41 -
System Red Green Blue C M Y K H S L
Decimal 94 158 239 0.61 0.34 0 0.06 213.52 0.82 0.65
Hex 5E 9E EF 3D 22 0 6 D6 52 41
Octal 136 236 357 75 42 0 6 326 122 101
Binary 1011110 10011110 11101111 111101 100010 0 110 11010110 1010010 1000001

Color Harmonies of #5E9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9EEF

Black with #5E9EEF

Text Example


Text Example

White with #5E9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,158,239); }

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

background-color css

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

 a { background-color: rgb(94,158,239); }

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

border-color css

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

 span { border-color: rgb(94,158,239); }

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