Html Css Color HEX #5E9BE9 Cornflower Blue

📋 copy color: '#5E9BE9'

red 94 ◦ green 155 ◦ blue 233

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

Shades of Cornflower Blue #5E9BE9

Tints of Cornflower Blue #5E9BE9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

 BLUE value IS 233 (91.41% from 255) = 48.34%

R = 19.5%
G = 32.16%
B = 48.34%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5E9BE9 (or 0x5E9BE9) is known color: Cornflower Blue. HEX triplet: 5E, 9B and E9. RGB value is (94,155,233). Sum of RGB (Red+Green+Blue) = 94+155+233=482 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.50% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #5E9BE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9BE9 is #A16416. Grayscale: #919191. Windows color (decimal): -10576919 or 15309662. OLE color: 15309662.

HSL color Cylindrical-coordinate representation of color #5E9BE9: hue angle of 213.67º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9BE9 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 94 155 233 -
CMYK 0.60 0.33 0 0.09
HSL 213.67º 0.76% 0.64% -
HSV(B) 213.67º 0.6% 0.91% -
XYZ 31.05 31.71 81.57 -
YUV 145.65 177.29 91.16 -
System Red Green Blue C M Y K H S L
Decimal 94 155 233 0.60 0.33 0 0.09 213.67 0.76 0.64
Hex 5E 9B E9 3C 21 0 9 D6 4C 40
Octal 136 233 351 74 41 0 11 326 114 100
Binary 1011110 10011011 11101001 111100 100001 0 1001 11010110 1001100 1000000

Color Harmonies of #5E9BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9BE9

Black with #5E9BE9

Text Example


Text Example

White with #5E9BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,155,233); }

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

background-color css

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

 a { background-color: rgb(94,155,233); }

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

border-color css

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

 span { border-color: rgb(94,155,233); }

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