Html Css Color HEX #5E88DB Cornflower Blue

📋 copy color: '#5E88DB'

red 94 ◦ green 136 ◦ blue 219

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

Shades of Cornflower Blue #5E88DB

Tints of Cornflower Blue #5E88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.29%

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

R = 20.94%
G = 30.29%
B = 48.78%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E88DB (or 0x5E88DB) is known color: Cornflower Blue. HEX triplet: 5E, 88 and DB. RGB value is (94,136,219). Sum of RGB (Red+Green+Blue) = 94+136+219=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E88DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E88DB is #A17724. Grayscale: #848484. Windows color (decimal): -10581797 or 14387294. OLE color: 14387294.

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

Color convert

RGB 94 136 219 -
CMYK 0.57 0.38 0 0.14
HSL 219.84º 0.63% 0.61% -
HSV(B) 219.84º 0.57% 0.86% -
XYZ 26.21 25.1 70.48 -
YUV 132.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 94 136 219 0.57 0.38 0 0.14 219.84 0.63 0.61
Hex 5E 88 DB 39 26 0 E DC 3F 3D
Octal 136 210 333 71 46 0 16 334 77 75
Binary 1011110 10001000 11011011 111001 100110 0 1110 11011100 111111 111101

Color Harmonies of #5E88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E88DB

Black with #5E88DB

Text Example


Text Example

White with #5E88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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