#539FFF

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

Shades of Cornflower Blue #539FFF

Tints of Cornflower Blue #539FFF

Color information

#539FFF (or 0x539FFF) is unknown color: approx Cornflower Blue. HEX triplet: 53, 9F and FF. RGB value is (83,159,255). Sum of RGB (Red+Green+Blue) = 83+159+255=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #539FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539FFF is #AC6000. Grayscale: #929292. Windows color (decimal): -11296769 or 16752467. OLE color: 16752467.

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

Color convert

RGB83159255-
CMYK0.670.3800
HSL213.49º100%66.27%-
HSV(B)213.49º67.45%100%-
XYZ34.0233.8699.35-
YUV147.22188.8282.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.70%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 255 (100% from 255) = 51.31%
R=16.70%
G=31.99%
B=51.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal831592550.670.3800213.4910066.27
Hex539FFF432600d56442
Octal1232373771034600325144102
Binary101001110011111111111111000011100110001101010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539FFF; }

 p { color: rgb(83,159,255); }

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

<style>
 a { background-color: #539FFF; }

 a { background-color: rgb(83,159,255); }

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

<style>
 span { border-color: #539FFF; }

 span { border-color: rgb(83,159,255); }

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