#52A7F5

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

Shades of Cornflower Blue #52A7F5

Tints of Cornflower Blue #52A7F5

Color information

#52A7F5 (or 0x52A7F5) is unknown color: approx Cornflower Blue. HEX triplet: 52, A7 and F5. RGB value is (82,167,245). Sum of RGB (Red+Green+Blue) = 82+167+245=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #52A7F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A7F5 is #AD580A. Grayscale: #969696. Windows color (decimal): -11360267 or 16099154. OLE color: 16099154.

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

Color convert

RGB82167245-
CMYK0.670.3200.04
HSL208.71º89.07%64.12%-
HSV(B)208.71º66.53%96.08%-
XYZ33.7836.0291.56-
YUV150.48181.3479.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.60%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 245 (96.09% from 255) = 49.60%
R=16.60%
G=33.81%
B=49.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal821672450.670.3200.04208.7189.0764.12
Hex52A7F5432004d15940
Octal1222473651034004321131100
Binary10100101010011111110101100001110000001001101000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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