#5198EF

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

Shades of Cornflower Blue #5198EF

Tints of Cornflower Blue #5198EF

Color information

#5198EF (or 0x5198EF) is unknown color: approx Cornflower Blue. HEX triplet: 51, 98 and EF. RGB value is (81,152,239). Sum of RGB (Red+Green+Blue) = 81+152+239=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #5198EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5198EF is #AE6710. Grayscale: #8C8C8C. Windows color (decimal): -11429649 or 15702097. OLE color: 15702097.

HSL color Cylindrical-coordinate representation of color #5198EF: hue angle of 213.04º 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 #5198EF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB81152239-
CMYK0.660.3600.06
HSL213.04º83.16%62.75%-
HSV(B)213.04º66.11%93.73%-
XYZ30.230.4485.94-
YUV140.69183.4885.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.16%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 239 (93.75% from 255) = 50.64%
R=17.16%
G=32.20%
B=50.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal811522390.660.3600.06213.0483.1662.75
Hex5198EF422406d5533f
Octal121230357102440632512377
Binary1010001100110001110111110000101001000110110101011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5198EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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