Html Css Color HEX #529BDB Picton Blue

📋 copy color: '#529BDB'

red 82 ◦ green 155 ◦ blue 219

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

Shades of Picton Blue #529BDB

Tints of Picton Blue #529BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.99%

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

R = 17.98%
G = 33.99%
B = 48.03%

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

#529BDB (or 0x529BDB) is known color: Picton Blue. HEX triplet: 52, 9B and DB. RGB value is (82,155,219). Sum of RGB (Red+Green+Blue) = 82+155+219=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #529BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BDB is #AD6424. Grayscale: #8C8C8C. Windows color (decimal): -11363365 or 14392146. OLE color: 14392146.

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

Color convert

RGB 82 155 219 -
CMYK 0.63 0.29 0 0.14
HSL 208.03º 0.66% 0.59% -
HSV(B) 208.03º 0.63% 0.86% -
XYZ 27.99 30.35 71.4 -
YUV 140.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 82 155 219 0.63 0.29 0 0.14 208.03 0.66 0.59
Hex 52 9B DB 3F 1D 0 E D0 42 3B
Octal 122 233 333 77 35 0 16 320 102 73
Binary 1010010 10011011 11011011 111111 11101 0 1110 11010000 1000010 111011

Color Harmonies of #529BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BDB

Black with #529BDB

Text Example


Text Example

White with #529BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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