#539CFB

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

Shades of Cornflower Blue #539CFB

Tints of Cornflower Blue #539CFB

Color information

#539CFB (or 0x539CFB) is unknown color: approx Cornflower Blue. HEX triplet: 53, 9C and FB. RGB value is (83,156,251). Sum of RGB (Red+Green+Blue) = 83+156+251=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #539CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539CFB is #AC6304. Grayscale: #909090. Windows color (decimal): -11297541 or 16489555. OLE color: 16489555.

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

Color convert

RGB83156251-
CMYK0.670.3800.02
HSL213.93º95.45%65.49%-
HSV(B)213.93º66.93%98.43%-
XYZ32.8732.5895.82-
YUV145187.8283.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.94%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 251 (98.44% from 255) = 51.22%
R=16.94%
G=31.84%
B=51.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal831562510.670.3800.02213.9395.4565.49
Hex539CFB432602d65f41
Octal1232343731034602326137101
Binary1010011100111001111101110000111001100101101011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,156,251); }

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

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

 a { background-color: rgb(83,156,251); }

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

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

 span { border-color: rgb(83,156,251); }

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