#519FFC

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

Shades of Cornflower Blue #519FFC

Tints of Cornflower Blue #519FFC

Color information

#519FFC (or 0x519FFC) is unknown color: approx Cornflower Blue. HEX triplet: 51, 9F and FC. RGB value is (81,159,252). Sum of RGB (Red+Green+Blue) = 81+159+252=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #519FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FFC is #AE6003. Grayscale: #919191. Windows color (decimal): -11427844 or 16555857. OLE color: 16555857.

HSL color Cylindrical-coordinate representation of color #519FFC: hue angle of 212.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519FFC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB81159252-
CMYK0.680.3700.01
HSL212.63º96.61%65.29%-
HSV(B)212.63º67.86%98.82%-
XYZ33.3633.5796.82-
YUV146.28187.6681.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.46%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 252 (98.83% from 255) = 51.22%
R=16.46%
G=32.32%
B=51.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal811592520.680.3700.01212.6396.6165.29
Hex519FFC442501d56141
Octal1212373741044501325141101
Binary101000110011111111111001000100100101011101010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519FFC; }

 p { color: rgb(81,159,252); }

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

<style>
 a { background-color: #519FFC; }

 a { background-color: rgb(81,159,252); }

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

<style>
 span { border-color: #519FFC; }

 span { border-color: rgb(81,159,252); }

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