Html Css Color HEX #528DDA Picton Blue

📋 copy color: '#528DDA'

red 82 ◦ green 141 ◦ blue 218

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

Shades of Picton Blue #528DDA

Tints of Picton Blue #528DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 18.59%
G = 31.97%
B = 49.43%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#528DDA (or 0x528DDA) is known color: Picton Blue. HEX triplet: 52, 8D and DA. RGB value is (82,141,218). Sum of RGB (Red+Green+Blue) = 82+141+218=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #528DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DDA is #AD7225. Grayscale: #838383. Windows color (decimal): -11366950 or 14323026. OLE color: 14323026.

HSL color Cylindrical-coordinate representation of color #528DDA: hue angle of 213.97º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528DDA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 141 218 -
CMYK 0.62 0.35 0 0.15
HSL 213.97º 0.65% 0.59% -
HSV(B) 213.97º 0.62% 0.85% -
XYZ 25.66 25.91 69.98 -
YUV 132.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 82 141 218 0.62 0.35 0 0.15 213.97 0.65 0.59
Hex 52 8D DA 3E 23 0 F D6 41 3B
Octal 122 215 332 76 43 0 17 326 101 73
Binary 1010010 10001101 11011010 111110 100011 0 1111 11010110 1000001 111011

Color Harmonies of #528DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DDA

Black with #528DDA

Text Example


Text Example

White with #528DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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