#509AF1

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

Shades of Cornflower Blue #509AF1

Tints of Cornflower Blue #509AF1

Color information

#509AF1 (or 0x509AF1) is unknown color: approx Cornflower Blue. HEX triplet: 50, 9A and F1. RGB value is (80,154,241). Sum of RGB (Red+Green+Blue) = 80+154+241=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #509AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509AF1 is #AF650E. Grayscale: #8D8D8D. Windows color (decimal): -11494671 or 15833680. OLE color: 15833680.

HSL color Cylindrical-coordinate representation of color #509AF1: hue angle of 212.42º 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 #509AF1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80154241-
CMYK0.670.3600.05
HSL212.42º85.19%62.94%-
HSV(B)212.42º66.8%94.51%-
XYZ30.7431.1787.61-
YUV141.79183.9883.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.84%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=16.84%
G=32.42%
B=50.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801542410.670.3600.05212.4285.1962.94
Hex509AF1432405d4553f
Octal120232361103440532412577
Binary1010000100110101111000110000111001000101110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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