#52a9f6

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

Shades of Cornflower Blue #52A9F6

Tints of Cornflower Blue #52A9F6

Color information

#52A9F6 (or 0x52A9F6) is unknown color: approx Cornflower Blue. HEX triplet: 52, A9 and F6. RGB value is (82,169,246). Sum of RGB (Red+Green+Blue) = 82+169+246=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #52A9F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A9F6 is #AD5609. Grayscale: #979797. Windows color (decimal): -11359754 or 16165202. OLE color: 16165202.

HSL color Cylindrical-coordinate representation of color #52A9F6: hue angle of 208.17º degrees, saturation: 0.9, 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 #52A9F6 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB82169246-
CMYK0.670.3100.04
HSL208.17º90.11%64.31%-
HSV(B)208.17º66.67%96.47%-
XYZ34.336.8292.49-
YUV151.76181.1878.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.50%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 246 (96.48% from 255) = 49.50%
R=16.50%
G=34.00%
B=49.50%

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
Decimal821692460.670.3100.04208.1790.1164.31
Hex52A9F6431F04d05a40
Octal1222513661033704320132100
Binary1010010101010011111011010000111111101001101000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52a9f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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