Html Css Color HEX #5E96DC Cornflower Blue

📋 copy color: '#5E96DC'

red 94 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #5E96DC

Tints of Cornflower Blue #5E96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 20.26%
G = 32.33%
B = 47.41%

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

#5E96DC (or 0x5E96DC) is known color: Cornflower Blue. HEX triplet: 5E, 96 and DC. RGB value is (94,150,220). Sum of RGB (Red+Green+Blue) = 94+150+220=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E96DC is #A16923. Grayscale: #8C8C8C. Windows color (decimal): -10578212 or 14456414. OLE color: 14456414.

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

Color convert

RGB 94 150 220 -
CMYK 0.57 0.32 0 0.14
HSL 213.33º 0.64% 0.62% -
HSV(B) 213.33º 0.57% 0.86% -
XYZ 28.44 29.36 71.88 -
YUV 141.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 94 150 220 0.57 0.32 0 0.14 213.33 0.64 0.62
Hex 5E 96 DC 39 20 0 E D5 40 3E
Octal 136 226 334 71 40 0 16 325 100 76
Binary 1011110 10010110 11011100 111001 100000 0 1110 11010101 1000000 111110

Color Harmonies of #5E96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E96DC

Black with #5E96DC

Text Example


Text Example

White with #5E96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,220); }

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

background-color css

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

 a { background-color: rgb(94,150,220); }

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

border-color css

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

 span { border-color: rgb(94,150,220); }

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