Html Css Color HEX #529EDB Picton Blue

📋 copy color: '#529EDB'

red 82 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #529EDB

Tints of Picton Blue #529EDB

RGB

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

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

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

R = 17.86%
G = 34.42%
B = 47.71%

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

#529EDB (or 0x529EDB) is known color: Picton Blue. HEX triplet: 52, 9E and DB. RGB value is (82,158,219). Sum of RGB (Red+Green+Blue) = 82+158+219=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #529EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EDB is #AD6124. Grayscale: #8D8D8D. Windows color (decimal): -11362597 or 14392914. OLE color: 14392914.

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

Color convert

RGB 82 158 219 -
CMYK 0.63 0.28 0 0.14
HSL 206.72º 0.66% 0.59% -
HSV(B) 206.72º 0.63% 0.86% -
XYZ 28.49 31.36 71.57 -
YUV 142.23 171.32 85.04 -
System Red Green Blue C M Y K H S L
Decimal 82 158 219 0.63 0.28 0 0.14 206.72 0.66 0.59
Hex 52 9E DB 3F 1C 0 E CF 42 3B
Octal 122 236 333 77 34 0 16 317 102 73
Binary 1010010 10011110 11011011 111111 11100 0 1110 11001111 1000010 111011

Color Harmonies of #529EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529EDB

Black with #529EDB

Text Example


Text Example

White with #529EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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