Html Css Color HEX #52AAF6 Cornflower Blue

📋 copy color: '#52AAF6'

red 82 ◦ green 170 ◦ blue 246

#52AAF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #52AAF6

Tints of Cornflower Blue #52AAF6

RGB

 RED value IS 82 (32.42% from 255) = 16.47%

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 16.47%
G = 34.14%
B = 49.4%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52AAF6 (or 0x52AAF6) is known color: Cornflower Blue. HEX triplet: 52, AA and F6. RGB value is (82,170,246). Sum of RGB (Red+Green+Blue) = 82+170+246=498 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.47% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #52AAF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AAF6 is #AD5509. Grayscale: #979797. Windows color (decimal): -11359498 or 16165458. OLE color: 16165458.

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

Color convert

RGB 82 170 246 -
CMYK 0.67 0.31 0 0.04
HSL 207.8º 0.9% 0.64% -
HSV(B) 207.8º 0.67% 0.96% -
XYZ 34.49 37.2 92.55 -
YUV 152.35 180.85 77.82 -
System Red Green Blue C M Y K H S L
Decimal 82 170 246 0.67 0.31 0 0.04 207.8 0.9 0.64
Hex 52 AA F6 43 1F 0 4 D0 5A 40
Octal 122 252 366 103 37 0 4 320 132 100
Binary 1010010 10101010 11110110 1000011 11111 0 100 11010000 1011010 1000000

Color Harmonies of #52AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAF6

Black with #52AAF6

Text Example


Text Example

White with #52AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52AAF6;
 }
 .AnyTagClassName
 {
   color: #52AAF6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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