#5196EF

Color #5196EF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5196EF

Tints of Cornflower Blue #5196EF

Color information

#5196EF (or 0x5196EF) is unknown color: approx Cornflower Blue. HEX triplet: 51, 96 and EF. RGB value is (81,150,239). Sum of RGB (Red+Green+Blue) = 81+150+239=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #5196EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5196EF is #AE6910. Grayscale: #8B8B8B. Windows color (decimal): -11430161 or 15701585. OLE color: 15701585.

HSL color Cylindrical-coordinate representation of color #5196EF: hue angle of 213.8º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5196EF is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB81150239-
CMYK0.660.3700.06
HSL213.8º83.16%62.75%-
HSV(B)213.8º66.11%93.73%-
XYZ29.8829.7985.84-
YUV139.51184.1486.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.23%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 239 (93.75% from 255) = 50.85%
R=17.23%
G=31.91%
B=50.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal811502390.660.3700.06213.883.1662.75
Hex5196EF422506d6533f
Octal121226357102450632612377
Binary1010001100101101110111110000101001010110110101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5196EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5196EF; }

 p { color: rgb(81,150,239); }

 H1.HeaderClassName
 {
   color: #5196EF;
 }
 .AnyTagClassName
 {
   color: #5196EF;
 }
</style>
background-color css

<style>
 a { background-color: #5196EF; }

 a { background-color: rgb(81,150,239); }

 div.DivClassName
 {
   background-color: #5196EF;
 }
 .BgClassName
 {
   background-color: #5196EF;
 }
</style>
border-color css

<style>
 span { border-color: #5196EF; }

 span { border-color: rgb(81,150,239); }

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