Html Css Color HEX #529DDB Picton Blue

📋 copy color: '#529DDB'

red 82 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #529DDB

Tints of Picton Blue #529DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.28%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 17.9%
G = 34.28%
B = 47.82%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#529DDB (or 0x529DDB) is known color: Picton Blue. HEX triplet: 52, 9D and DB. RGB value is (82,157,219). Sum of RGB (Red+Green+Blue) = 82+157+219=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #529DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DDB is #AD6224. Grayscale: #8D8D8D. Windows color (decimal): -11362853 or 14392658. OLE color: 14392658.

HSL color Cylindrical-coordinate representation of color #529DDB: hue angle of 207.15º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529DDB is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 157 219 -
CMYK 0.63 0.28 0 0.14
HSL 207.15º 0.66% 0.59% -
HSV(B) 207.15º 0.63% 0.86% -
XYZ 28.32 31.02 71.51 -
YUV 141.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 82 157 219 0.63 0.28 0 0.14 207.15 0.66 0.59
Hex 52 9D DB 3F 1C 0 E CF 42 3B
Octal 122 235 333 77 34 0 16 317 102 73
Binary 1010010 10011101 11011011 111111 11100 0 1110 11001111 1000010 111011

Color Harmonies of #529DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DDB

Black with #529DDB

Text Example


Text Example

White with #529DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,219); }

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

background-color css

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

 a { background-color: rgb(82,157,219); }

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

border-color css

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

 span { border-color: rgb(82,157,219); }

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