Html Css Color HEX #52AAFD Cornflower Blue

📋 copy color: '#52AAFD'

red 82 ◦ green 170 ◦ blue 253

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

Shades of Cornflower Blue #52AAFD

Tints of Cornflower Blue #52AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 16.24%
G = 33.66%
B = 50.1%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52AAFD (or 0x52AAFD) is known color: Cornflower Blue. HEX triplet: 52, AA and FD. RGB value is (82,170,253). Sum of RGB (Red+Green+Blue) = 82+170+253=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #52AAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AAFD is #AD5502. Grayscale: #989898. Windows color (decimal): -11359491 or 16624210. OLE color: 16624210.

HSL color Cylindrical-coordinate representation of color #52AAFD: hue angle of 209.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52AAFD is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 170 253 -
CMYK 0.68 0.33 0 0.01
HSL 209.12º 0.98% 0.66% -
HSV(B) 209.12º 0.68% 0.99% -
XYZ 35.58 37.64 98.32 -
YUV 153.15 184.35 77.25 -
System Red Green Blue C M Y K H S L
Decimal 82 170 253 0.68 0.33 0 0.01 209.12 0.98 0.66
Hex 52 AA FD 44 21 0 1 D1 62 42
Octal 122 252 375 104 41 0 1 321 142 102
Binary 1010010 10101010 11111101 1000100 100001 0 1 11010001 1100010 1000010

Color Harmonies of #52AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAFD

Black with #52AAFD

Text Example


Text Example

White with #52AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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