Html Css Color HEX #528DDB Picton Blue

📋 copy color: '#528DDB'

red 82 ◦ green 141 ◦ blue 219

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

Shades of Picton Blue #528DDB

Tints of Picton Blue #528DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

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

R = 18.55%
G = 31.9%
B = 49.55%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#528DDB (or 0x528DDB) is known color: Picton Blue. HEX triplet: 52, 8D and DB. RGB value is (82,141,219). Sum of RGB (Red+Green+Blue) = 82+141+219=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #528DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DDB is #AD7224. Grayscale: #838383. Windows color (decimal): -11366949 or 14388562. OLE color: 14388562.

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

Color convert

RGB 82 141 219 -
CMYK 0.63 0.36 0 0.14
HSL 214.16º 0.66% 0.59% -
HSV(B) 214.16º 0.63% 0.86% -
XYZ 25.79 25.96 70.67 -
YUV 132.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 82 141 219 0.63 0.36 0 0.14 214.16 0.66 0.59
Hex 52 8D DB 3F 24 0 E D6 42 3B
Octal 122 215 333 77 44 0 16 326 102 73
Binary 1010010 10001101 11011011 111111 100100 0 1110 11010110 1000010 111011

Color Harmonies of #528DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DDB

Black with #528DDB

Text Example


Text Example

White with #528DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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