Html Css Color HEX #5E95DB Cornflower Blue

📋 copy color: '#5E95DB'

red 94 ◦ green 149 ◦ blue 219

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

Shades of Cornflower Blue #5E95DB

Tints of Cornflower Blue #5E95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

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

R = 20.35%
G = 32.25%
B = 47.4%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E95DB (or 0x5E95DB) is known color: Cornflower Blue. HEX triplet: 5E, 95 and DB. RGB value is (94,149,219). Sum of RGB (Red+Green+Blue) = 94+149+219=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E95DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E95DB is #A16A24. Grayscale: #8C8C8C. Windows color (decimal): -10578469 or 14390622. OLE color: 14390622.

HSL color Cylindrical-coordinate representation of color #5E95DB: hue angle of 213.6º 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 #5E95DB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 149 219 -
CMYK 0.57 0.32 0 0.14
HSL 213.6º 0.63% 0.61% -
HSV(B) 213.6º 0.57% 0.86% -
XYZ 28.15 28.99 71.13 -
YUV 140.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 94 149 219 0.57 0.32 0 0.14 213.6 0.63 0.61
Hex 5E 95 DB 39 20 0 E D6 3F 3D
Octal 136 225 333 71 40 0 16 326 77 75
Binary 1011110 10010101 11011011 111001 100000 0 1110 11010110 111111 111101

Color Harmonies of #5E95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E95DB

Black with #5E95DB

Text Example


Text Example

White with #5E95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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