#509EFC

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

Shades of Cornflower Blue #509EFC

Tints of Cornflower Blue #509EFC

Color information

#509EFC (or 0x509EFC) is unknown color: approx Cornflower Blue. HEX triplet: 50, 9E and FC. RGB value is (80,158,252). Sum of RGB (Red+Green+Blue) = 80+158+252=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #509EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EFC is #AF6103. Grayscale: #909090. Windows color (decimal): -11493636 or 16555600. OLE color: 16555600.

HSL color Cylindrical-coordinate representation of color #509EFC: hue angle of 212.79º 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 #509EFC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB80158252-
CMYK0.680.3700.01
HSL212.79º96.63%65.1%-
HSV(B)212.79º68.25%98.82%-
XYZ33.1133.1996.76-
YUV145.39188.1681.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.33%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=16.33%
G=32.24%
B=51.43%

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
Decimal801582520.680.3700.01212.7996.6365.1
Hex509EFC442501d56141
Octal1202363741044501325141101
Binary101000010011110111111001000100100101011101010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509EFC; }

 p { color: rgb(80,158,252); }

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

<style>
 a { background-color: #509EFC; }

 a { background-color: rgb(80,158,252); }

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

<style>
 span { border-color: #509EFC; }

 span { border-color: rgb(80,158,252); }

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