#539BFC

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

Shades of Cornflower Blue #539BFC

Tints of Cornflower Blue #539BFC

Color information

#539BFC (or 0x539BFC) is unknown color: approx Cornflower Blue. HEX triplet: 53, 9B and FC. RGB value is (83,155,252). Sum of RGB (Red+Green+Blue) = 83+155+252=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #539BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539BFC is #AC6403. Grayscale: #909090. Windows color (decimal): -11297796 or 16554835. OLE color: 16554835.

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

Color convert

RGB83155252-
CMYK0.670.3800.01
HSL214.44º96.57%65.69%-
HSV(B)214.44º67.06%98.82%-
XYZ32.8632.3196.6-
YUV144.53188.6584.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.94%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=16.94%
G=31.63%
B=51.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal831552520.670.3800.01214.4496.5765.69
Hex539BFC432601d66142
Octal1232333741034601326141102
Binary101001110011011111111001000011100110011101011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,155,252); }

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

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

 a { background-color: rgb(83,155,252); }

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

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

 span { border-color: rgb(83,155,252); }

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