#52A3FC

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

Shades of Cornflower Blue #52A3FC

Tints of Cornflower Blue #52A3FC

Color information

#52A3FC (or 0x52A3FC) is unknown color: approx Cornflower Blue. HEX triplet: 52, A3 and FC. RGB value is (82,163,252). Sum of RGB (Red+Green+Blue) = 82+163+252=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #52A3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A3FC is #AD5C03. Grayscale: #949494. Windows color (decimal): -11361284 or 16556882. OLE color: 16556882.

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

Color convert

RGB82163252-
CMYK0.670.3500.01
HSL211.41º96.59%65.49%-
HSV(B)211.41º67.46%98.82%-
XYZ34.1535.0297.05-
YUV148.93186.1680.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.50%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=16.50%
G=32.80%
B=50.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal821632520.670.3500.01211.4196.5965.49
Hex52A3FC432301d36141
Octal1222433741034301323141101
Binary101001010100011111111001000011100011011101001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A3FC; }

 p { color: rgb(82,163,252); }

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

<style>
 a { background-color: #52A3FC; }

 a { background-color: rgb(82,163,252); }

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

<style>
 span { border-color: #52A3FC; }

 span { border-color: rgb(82,163,252); }

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