Html Css Color HEX #528BDB Havelock Blue

📋 copy color: '#528BDB'

red 82 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #528BDB

Tints of Havelock Blue #528BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

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

R = 18.64%
G = 31.59%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#528BDB (or 0x528BDB) is known color: Havelock Blue. HEX triplet: 52, 8B and DB. RGB value is (82,139,219). Sum of RGB (Red+Green+Blue) = 82+139+219=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #528BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BDB is #AD7424. Grayscale: #828282. Windows color (decimal): -11367461 or 14388050. OLE color: 14388050.

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

Color convert

RGB 82 139 219 -
CMYK 0.63 0.37 0 0.14
HSL 215.04º 0.66% 0.59% -
HSV(B) 215.04º 0.63% 0.86% -
XYZ 25.5 25.37 70.57 -
YUV 131.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 82 139 219 0.63 0.37 0 0.14 215.04 0.66 0.59
Hex 52 8B DB 3F 25 0 E D7 42 3B
Octal 122 213 333 77 45 0 16 327 102 73
Binary 1010010 10001011 11011011 111111 100101 0 1110 11010111 1000010 111011

Color Harmonies of #528BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BDB

Black with #528BDB

Text Example


Text Example

White with #528BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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