#52A9F5

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

Shades of Cornflower Blue #52A9F5

Tints of Cornflower Blue #52A9F5

Color information

#52A9F5 (or 0x52A9F5) is unknown color: approx Cornflower Blue. HEX triplet: 52, A9 and F5. RGB value is (82,169,245). Sum of RGB (Red+Green+Blue) = 82+169+245=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #52A9F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A9F5 is #AD560A. Grayscale: #979797. Windows color (decimal): -11359755 or 16099666. OLE color: 16099666.

HSL color Cylindrical-coordinate representation of color #52A9F5: hue angle of 207.98º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52A9F5 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82169245-
CMYK0.670.3100.04
HSL207.98º89.07%64.12%-
HSV(B)207.98º66.53%96.08%-
XYZ34.1536.7691.68-
YUV151.65180.6878.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.53%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 245 (96.09% from 255) = 49.40%
R=16.53%
G=34.07%
B=49.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal821692450.670.3100.04207.9889.0764.12
Hex52A9F5431F04d05940
Octal1222513651033704320131100
Binary1010010101010011111010110000111111101001101000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,169,245); }

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

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

 a { background-color: rgb(82,169,245); }

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

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

 span { border-color: rgb(82,169,245); }

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