#52A4EB

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

Shades of Cornflower Blue #52A4EB

Tints of Cornflower Blue #52A4EB

Color information

#52A4EB (or 0x52A4EB) is unknown color: approx Cornflower Blue. HEX triplet: 52, A4 and EB. RGB value is (82,164,235). Sum of RGB (Red+Green+Blue) = 82+164+235=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #52A4EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A4EB is #AD5B14. Grayscale: #939393. Windows color (decimal): -11361045 or 15443026. OLE color: 15443026.

HSL color Cylindrical-coordinate representation of color #52A4EB: hue angle of 207.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52A4EB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82164235-
CMYK0.650.3000.08
HSL207.84º79.27%62.16%-
HSV(B)207.84º65.11%92.16%-
XYZ31.7534.3483.55-
YUV147.58177.3381.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.05%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=17.05%
G=34.10%
B=48.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821642350.650.3000.08207.8479.2762.16
Hex52A4EB411E08d04f3e
Octal1222443531013601032011776
Binary1010010101001001110101110000011111001000110100001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,164,235); }

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

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

 a { background-color: rgb(82,164,235); }

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

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

 span { border-color: rgb(82,164,235); }

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