#539BFE

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

Shades of Cornflower Blue #539BFE

Tints of Cornflower Blue #539BFE

Color information

#539BFE (or 0x539BFE) is unknown color: approx Cornflower Blue. HEX triplet: 53, 9B and FE. RGB value is (83,155,254). Sum of RGB (Red+Green+Blue) = 83+155+254=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #539BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539BFE is #AC6401. Grayscale: #909090. Windows color (decimal): -11297794 or 16685907. OLE color: 16685907.

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

Color convert

RGB83155254-
CMYK0.670.3900.00
HSL214.74º98.84%66.08%-
HSV(B)214.74º67.32%99.61%-
XYZ33.1832.4498.28-
YUV144.76189.6583.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.87%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=16.87%
G=31.50%
B=51.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal831552540.670.3900.00214.7498.8466.08
Hex539BFE432700d76342
Octal1232333761034700327143102
Binary101001110011011111111101000011100111001101011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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