Html Css Color HEX #529ED8 Picton Blue

📋 copy color: '#529ED8'

red 82 ◦ green 158 ◦ blue 216

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

Shades of Picton Blue #529ED8

Tints of Picton Blue #529ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.65%

 BLUE value IS 216 (84.77% from 255) = 47.37%

R = 17.98%
G = 34.65%
B = 47.37%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#529ED8 (or 0x529ED8) is known color: Picton Blue. HEX triplet: 52, 9E and D8. RGB value is (82,158,216). Sum of RGB (Red+Green+Blue) = 82+158+216=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #529ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ED8 is #AD6127. Grayscale: #8D8D8D. Windows color (decimal): -11362600 or 14196306. OLE color: 14196306.

HSL color Cylindrical-coordinate representation of color #529ED8: hue angle of 205.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #529ED8 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 158 216 -
CMYK 0.62 0.27 0 0.15
HSL 205.97º 0.63% 0.58% -
HSV(B) 205.97º 0.62% 0.85% -
XYZ 28.1 31.21 69.51 -
YUV 141.89 169.82 85.28 -
System Red Green Blue C M Y K H S L
Decimal 82 158 216 0.62 0.27 0 0.15 205.97 0.63 0.58
Hex 52 9E D8 3E 1B 0 F CE 3F 3A
Octal 122 236 330 76 33 0 17 316 77 72
Binary 1010010 10011110 11011000 111110 11011 0 1111 11001110 111111 111010

Color Harmonies of #529ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529ED8

Black with #529ED8

Text Example


Text Example

White with #529ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529ED8; }

 p { color: rgb(82,158,216); }

 H1.HeaderClassName
 {
   color: #529ED8;
 }
 .AnyTagClassName
 {
   color: #529ED8;
 }
</style>

background-color css

<style>
 a { background-color: #529ED8; }

 a { background-color: rgb(82,158,216); }

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

border-color css

<style>
 span { border-color: #529ED8; }

 span { border-color: rgb(82,158,216); }

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