#52A3FE

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

Shades of Cornflower Blue #52A3FE

Tints of Cornflower Blue #52A3FE

Color information

#52A3FE (or 0x52A3FE) is unknown color: approx Cornflower Blue. HEX triplet: 52, A3 and FE. RGB value is (82,163,254). Sum of RGB (Red+Green+Blue) = 82+163+254=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #52A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A3FE is #AD5C01. Grayscale: #949494. Windows color (decimal): -11361282 or 16687954. OLE color: 16687954.

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

Color convert

RGB82163254-
CMYK0.680.3600.00
HSL211.74º98.85%65.88%-
HSV(B)211.74º67.72%99.61%-
XYZ34.4735.1498.73-
YUV149.16187.1680.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.43%
GREEN value IS 163 (64.06% from 255) = 32.67%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=16.43%
G=32.67%
B=50.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal821632540.680.3600.00211.7498.8565.88
Hex52A3FE442400d46342
Octal1222433761044400324143102
Binary101001010100011111111101000100100100001101010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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