Html Css Color HEX #528EDB Picton Blue

📋 copy color: '#528EDB'

red 82 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #528EDB

Tints of Picton Blue #528EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.05%

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

R = 18.51%
G = 32.05%
B = 49.44%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#528EDB (or 0x528EDB) is known color: Picton Blue. HEX triplet: 52, 8E and DB. RGB value is (82,142,219). Sum of RGB (Red+Green+Blue) = 82+142+219=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #528EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EDB is #AD7124. Grayscale: #848484. Windows color (decimal): -11366693 or 14388818. OLE color: 14388818.

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

Color convert

RGB 82 142 219 -
CMYK 0.63 0.35 0 0.14
HSL 213.72º 0.66% 0.59% -
HSV(B) 213.72º 0.63% 0.86% -
XYZ 25.94 26.25 70.72 -
YUV 132.84 176.62 91.74 -
System Red Green Blue C M Y K H S L
Decimal 82 142 219 0.63 0.35 0 0.14 213.72 0.66 0.59
Hex 52 8E DB 3F 23 0 E D6 42 3B
Octal 122 216 333 77 43 0 16 326 102 73
Binary 1010010 10001110 11011011 111111 100011 0 1110 11010110 1000010 111011

Color Harmonies of #528EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EDB

Black with #528EDB

Text Example


Text Example

White with #528EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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