#52A2F0

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

Shades of Cornflower Blue #52A2F0

Tints of Cornflower Blue #52A2F0

Color information

#52A2F0 (or 0x52A2F0) is unknown color: approx Cornflower Blue. HEX triplet: 52, A2 and F0. RGB value is (82,162,240). Sum of RGB (Red+Green+Blue) = 82+162+240=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #52A2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A2F0 is #AD5D0F. Grayscale: #929292. Windows color (decimal): -11361552 or 15770194. OLE color: 15770194.

HSL color Cylindrical-coordinate representation of color #52A2F0: hue angle of 209.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52A2F0 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82162240-
CMYK0.660.3200.06
HSL209.62º84.04%63.14%-
HSV(B)209.62º65.83%94.12%-
XYZ32.1333.9387.29-
YUV146.97180.581.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.94%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 240 (94.14% from 255) = 49.59%
R=16.94%
G=33.47%
B=49.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal821622400.660.3200.06209.6284.0463.14
Hex52A2F0422006d2543f
Octal122242360102400632212477
Binary1010010101000101111000010000101000000110110100101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,162,240); }

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

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

 a { background-color: rgb(82,162,240); }

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

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

 span { border-color: rgb(82,162,240); }

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