Html Css Color HEX #528EDA Picton Blue

📋 copy color: '#528EDA'

red 82 ◦ green 142 ◦ blue 218

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

Shades of Picton Blue #528EDA

Tints of Picton Blue #528EDA

RGB

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

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

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

R = 18.55%
G = 32.13%
B = 49.32%

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

#528EDA (or 0x528EDA) is known color: Picton Blue. HEX triplet: 52, 8E and DA. RGB value is (82,142,218). Sum of RGB (Red+Green+Blue) = 82+142+218=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #528EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EDA is #AD7125. Grayscale: #848484. Windows color (decimal): -11366694 or 14323282. OLE color: 14323282.

HSL color Cylindrical-coordinate representation of color #528EDA: hue angle of 213.53º 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 #528EDA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 142 218 -
CMYK 0.62 0.35 0 0.15
HSL 213.53º 0.65% 0.59% -
HSV(B) 213.53º 0.62% 0.85% -
XYZ 25.81 26.2 70.03 -
YUV 132.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 82 142 218 0.62 0.35 0 0.15 213.53 0.65 0.59
Hex 52 8E DA 3E 23 0 F D6 41 3B
Octal 122 216 332 76 43 0 17 326 101 73
Binary 1010010 10001110 11011010 111110 100011 0 1111 11010110 1000001 111011

Color Harmonies of #528EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EDA

Black with #528EDA

Text Example


Text Example

White with #528EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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