#509DF1

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

Shades of Cornflower Blue #509DF1

Tints of Cornflower Blue #509DF1

Color information

#509DF1 (or 0x509DF1) is unknown color: approx Cornflower Blue. HEX triplet: 50, 9D and F1. RGB value is (80,157,241). Sum of RGB (Red+Green+Blue) = 80+157+241=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #509DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509DF1 is #AF620E. Grayscale: #8F8F8F. Windows color (decimal): -11493903 or 15834448. OLE color: 15834448.

HSL color Cylindrical-coordinate representation of color #509DF1: hue angle of 211.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #509DF1 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80157241-
CMYK0.670.3500.05
HSL211.3º85.19%62.94%-
HSV(B)211.3º66.8%94.51%-
XYZ31.2432.1787.78-
YUV143.55182.9982.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.74%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 241 (94.53% from 255) = 50.42%
R=16.74%
G=32.85%
B=50.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801572410.670.3500.05211.385.1962.94
Hex509DF1432305d3553f
Octal120235361103430532312577
Binary1010000100111011111000110000111000110101110100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,157,241); }

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

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

 a { background-color: rgb(80,157,241); }

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

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

 span { border-color: rgb(80,157,241); }

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