#5199F0

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

Shades of Cornflower Blue #5199F0

Tints of Cornflower Blue #5199F0

Color information

#5199F0 (or 0x5199F0) is unknown color: approx Cornflower Blue. HEX triplet: 51, 99 and F0. RGB value is (81,153,240). Sum of RGB (Red+Green+Blue) = 81+153+240=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #5199F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5199F0 is #AE660F. Grayscale: #8C8C8C. Windows color (decimal): -11429392 or 15767889. OLE color: 15767889.

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

Color convert

RGB81153240-
CMYK0.660.3600.06
HSL212.83º84.13%62.94%-
HSV(B)212.83º66.25%94.12%-
XYZ30.5130.8286.78-
YUV141.39183.6584.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.09%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=17.09%
G=32.28%
B=50.63%

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
Decimal811532400.660.3600.06212.8384.1362.94
Hex5199F0422406d5543f
Octal121231360102440632512477
Binary1010001100110011111000010000101001000110110101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5199F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5199F0; }

 p { color: rgb(81,153,240); }

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

<style>
 a { background-color: #5199F0; }

 a { background-color: rgb(81,153,240); }

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

<style>
 span { border-color: #5199F0; }

 span { border-color: rgb(81,153,240); }

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