Html Css Color HEX #5E96DD Cornflower Blue

📋 copy color: '#5E96DD'

red 94 ◦ green 150 ◦ blue 221

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

Shades of Cornflower Blue #5E96DD

Tints of Cornflower Blue #5E96DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 20.22%
G = 32.26%
B = 47.53%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E96DD (or 0x5E96DD) is known color: Cornflower Blue. HEX triplet: 5E, 96 and DD. RGB value is (94,150,221). Sum of RGB (Red+Green+Blue) = 94+150+221=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E96DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E96DD is #A16922. Grayscale: #8D8D8D. Windows color (decimal): -10578211 or 14521950. OLE color: 14521950.

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

Color convert

RGB 94 150 221 -
CMYK 0.57 0.32 0 0.13
HSL 213.54º 0.65% 0.62% -
HSV(B) 213.54º 0.57% 0.87% -
XYZ 28.57 29.41 72.58 -
YUV 141.35 172.95 94.23 -
System Red Green Blue C M Y K H S L
Decimal 94 150 221 0.57 0.32 0 0.13 213.54 0.65 0.62
Hex 5E 96 DD 39 20 0 D D6 41 3E
Octal 136 226 335 71 40 0 15 326 101 76
Binary 1011110 10010110 11011101 111001 100000 0 1101 11010110 1000001 111110

Color Harmonies of #5E96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E96DD

Black with #5E96DD

Text Example


Text Example

White with #5E96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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