Html Css Color HEX #528ADA Havelock Blue

📋 copy color: '#528ADA'

red 82 ◦ green 138 ◦ blue 218

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

Shades of Havelock Blue #528ADA

Tints of Havelock Blue #528ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 18.72%
G = 31.51%
B = 49.77%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#528ADA (or 0x528ADA) is known color: Havelock Blue. HEX triplet: 52, 8A and DA. RGB value is (82,138,218). Sum of RGB (Red+Green+Blue) = 82+138+218=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #528ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ADA is #AD7525. Grayscale: #828282. Windows color (decimal): -11367718 or 14322258. OLE color: 14322258.

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

Color convert

RGB 82 138 218 -
CMYK 0.62 0.37 0 0.15
HSL 215.29º 0.65% 0.59% -
HSV(B) 215.29º 0.62% 0.85% -
XYZ 25.22 25.03 69.83 -
YUV 130.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 82 138 218 0.62 0.37 0 0.15 215.29 0.65 0.59
Hex 52 8A DA 3E 25 0 F D7 41 3B
Octal 122 212 332 76 45 0 17 327 101 73
Binary 1010010 10001010 11011010 111110 100101 0 1111 11010111 1000001 111011

Color Harmonies of #528ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ADA

Black with #528ADA

Text Example


Text Example

White with #528ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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