#509CF9

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

Shades of Cornflower Blue #509CF9

Tints of Cornflower Blue #509CF9

Color information

#509CF9 (or 0x509CF9) is unknown color: approx Cornflower Blue. HEX triplet: 50, 9C and F9. RGB value is (80,156,249). Sum of RGB (Red+Green+Blue) = 80+156+249=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #509CF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509CF9 is #AF6306. Grayscale: #8F8F8F. Windows color (decimal): -11494151 or 16358480. OLE color: 16358480.

HSL color Cylindrical-coordinate representation of color #509CF9: hue angle of 213.02º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #509CF9 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80156249-
CMYK0.680.3700.02
HSL213.02º93.37%64.51%-
HSV(B)213.02º67.87%97.65%-
XYZ32.332.3294.16-
YUV143.88187.3282.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.49%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 249 (97.66% from 255) = 51.34%
R=16.49%
G=32.16%
B=51.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801562490.680.3700.02213.0293.3764.51
Hex509CF9442502d55d41
Octal1202343711044502325135101
Binary1010000100111001111100110001001001010101101010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,156,249); }

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

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

 a { background-color: rgb(80,156,249); }

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

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

 span { border-color: rgb(80,156,249); }

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