Html Css Color HEX #529CDB Picton Blue

📋 copy color: '#529CDB'

red 82 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #529CDB

Tints of Picton Blue #529CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.14%

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

R = 17.94%
G = 34.14%
B = 47.92%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#529CDB (or 0x529CDB) is known color: Picton Blue. HEX triplet: 52, 9C and DB. RGB value is (82,156,219). Sum of RGB (Red+Green+Blue) = 82+156+219=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #529CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CDB is #AD6324. Grayscale: #8C8C8C. Windows color (decimal): -11363109 or 14392402. OLE color: 14392402.

HSL color Cylindrical-coordinate representation of color #529CDB: hue angle of 207.59º 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 #529CDB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 156 219 -
CMYK 0.63 0.29 0 0.14
HSL 207.59º 0.66% 0.59% -
HSV(B) 207.59º 0.63% 0.86% -
XYZ 28.15 30.69 71.46 -
YUV 141.06 171.98 85.88 -
System Red Green Blue C M Y K H S L
Decimal 82 156 219 0.63 0.29 0 0.14 207.59 0.66 0.59
Hex 52 9C DB 3F 1D 0 E D0 42 3B
Octal 122 234 333 77 35 0 16 320 102 73
Binary 1010010 10011100 11011011 111111 11101 0 1110 11010000 1000010 111011

Color Harmonies of #529CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CDB

Black with #529CDB

Text Example


Text Example

White with #529CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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