Html Css Color HEX #5E91DB Cornflower Blue

📋 copy color: '#5E91DB'

red 94 ◦ green 145 ◦ blue 219

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

Shades of Cornflower Blue #5E91DB

Tints of Cornflower Blue #5E91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.66%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 20.52%
G = 31.66%
B = 47.82%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E91DB (or 0x5E91DB) is known color: Cornflower Blue. HEX triplet: 5E, 91 and DB. RGB value is (94,145,219). Sum of RGB (Red+Green+Blue) = 94+145+219=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E91DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E91DB is #A16E24. Grayscale: #898989. Windows color (decimal): -10579493 or 14389598. OLE color: 14389598.

HSL color Cylindrical-coordinate representation of color #5E91DB: hue angle of 215.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E91DB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 145 219 -
CMYK 0.57 0.34 0 0.14
HSL 215.52º 0.63% 0.61% -
HSV(B) 215.52º 0.57% 0.86% -
XYZ 27.53 27.74 70.92 -
YUV 138.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 94 145 219 0.57 0.34 0 0.14 215.52 0.63 0.61
Hex 5E 91 DB 39 22 0 E D8 3F 3D
Octal 136 221 333 71 42 0 16 330 77 75
Binary 1011110 10010001 11011011 111001 100010 0 1110 11011000 111111 111101

Color Harmonies of #5E91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E91DB

Black with #5E91DB

Text Example


Text Example

White with #5E91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,145,219); }

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

background-color css

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

 a { background-color: rgb(94,145,219); }

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

border-color css

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

 span { border-color: rgb(94,145,219); }

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