Html Css Color HEX #5E8BDB Cornflower Blue

📋 copy color: '#5E8BDB'

red 94 ◦ green 139 ◦ blue 219

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

Shades of Cornflower Blue #5E8BDB

Tints of Cornflower Blue #5E8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.75%

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

R = 20.8%
G = 30.75%
B = 48.45%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E8BDB (or 0x5E8BDB) is known color: Cornflower Blue. HEX triplet: 5E, 8B and DB. RGB value is (94,139,219). Sum of RGB (Red+Green+Blue) = 94+139+219=452 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.80% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8BDB is #A17424. Grayscale: #868686. Windows color (decimal): -10581029 or 14388062. OLE color: 14388062.

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

Color convert

RGB 94 139 219 -
CMYK 0.57 0.37 0 0.14
HSL 218.4º 0.63% 0.61% -
HSV(B) 218.4º 0.57% 0.86% -
XYZ 26.63 25.96 70.62 -
YUV 134.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 94 139 219 0.57 0.37 0 0.14 218.4 0.63 0.61
Hex 5E 8B DB 39 25 0 E DA 3F 3D
Octal 136 213 333 71 45 0 16 332 77 75
Binary 1011110 10001011 11011011 111001 100101 0 1110 11011010 111111 111101

Color Harmonies of #5E8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8BDB

Black with #5E8BDB

Text Example


Text Example

White with #5E8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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