#509EFF

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

Shades of Cornflower Blue #509EFF

Tints of Cornflower Blue #509EFF

Color information

#509EFF (or 0x509EFF) is unknown color: approx Cornflower Blue. HEX triplet: 50, 9E and FF. RGB value is (80,158,255). Sum of RGB (Red+Green+Blue) = 80+158+255=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #509EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509EFF is #AF6100. Grayscale: #919191. Windows color (decimal): -11493633 or 16752208. OLE color: 16752208.

HSL color Cylindrical-coordinate representation of color #509EFF: hue angle of 213.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #509EFF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB80158255-
CMYK0.690.3800
HSL213.26º100%65.69%-
HSV(B)213.26º68.63%100%-
XYZ33.5933.3899.28-
YUV145.74189.6681.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.23%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 255 (100% from 255) = 51.72%
R=16.23%
G=32.05%
B=51.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal801582550.690.3800213.2610065.69
Hex509EFF452600d56442
Octal1202363771054600325144102
Binary101000010011110111111111000101100110001101010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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