Html Css Color HEX #52A8DD Picton Blue

📋 copy color: '#52A8DD'

red 82 ◦ green 168 ◦ blue 221

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

Shades of Picton Blue #52A8DD

Tints of Picton Blue #52A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 17.41%
G = 35.67%
B = 46.92%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52A8DD (or 0x52A8DD) is known color: Picton Blue. HEX triplet: 52, A8 and DD. RGB value is (82,168,221). Sum of RGB (Red+Green+Blue) = 82+168+221=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #52A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8DD is #AD5722. Grayscale: #949494. Windows color (decimal): -11360035 or 14526546. OLE color: 14526546.

HSL color Cylindrical-coordinate representation of color #52A8DD: hue angle of 202.88º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52A8DD is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 168 221 -
CMYK 0.63 0.24 0 0.13
HSL 202.88º 0.67% 0.59% -
HSV(B) 202.88º 0.63% 0.87% -
XYZ 30.53 35.02 73.56 -
YUV 148.33 169.01 80.69 -
System Red Green Blue C M Y K H S L
Decimal 82 168 221 0.63 0.24 0 0.13 202.88 0.67 0.59
Hex 52 A8 DD 3F 18 0 D CB 43 3B
Octal 122 250 335 77 30 0 15 313 103 73
Binary 1010010 10101000 11011101 111111 11000 0 1101 11001011 1000011 111011

Color Harmonies of #52A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8DD

Black with #52A8DD

Text Example


Text Example

White with #52A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,221); }

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

background-color css

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

 a { background-color: rgb(82,168,221); }

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

border-color css

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

 span { border-color: rgb(82,168,221); }

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