Html Css Color HEX #52ADFF Cornflower Blue

📋 copy color: '#52ADFF'

red 82 ◦ green 173 ◦ blue 255

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

Shades of Cornflower Blue #52ADFF

Tints of Cornflower Blue #52ADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.92%

 BLUE value IS 255 (100% from 255) = 50%

R = 16.08%
G = 33.92%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52ADFF (or 0x52ADFF) is known color: Cornflower Blue. HEX triplet: 52, AD and FF. RGB value is (82,173,255). Sum of RGB (Red+Green+Blue) = 82+173+255=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #52ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ADFF is #AD5200. Grayscale: #9A9A9A. Windows color (decimal): -11358721 or 16756050. OLE color: 16756050.

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

Color convert

RGB 82 173 255 -
CMYK 0.68 0.32 0 0
HSL 208.44º 1% 0.66% -
HSV(B) 208.44º 0.68% 1% -
XYZ 36.47 38.9 100.19 -
YUV 155.14 184.35 75.83 -
System Red Green Blue C M Y K H S L
Decimal 82 173 255 0.68 0.32 0 0 208.44 1 0.66
Hex 52 AD FF 44 20 0 0 D0 64 42
Octal 122 255 377 104 40 0 0 320 144 102
Binary 1010010 10101101 11111111 1000100 100000 0 0 11010000 1100100 1000010

Color Harmonies of #52ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADFF

Black with #52ADFF

Text Example


Text Example

White with #52ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,255); }

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

background-color css

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

 a { background-color: rgb(82,173,255); }

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

border-color css

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

 span { border-color: rgb(82,173,255); }

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