Html Css Color HEX #528DCF Havelock Blue

📋 copy color: '#528DCF'

red 82 ◦ green 141 ◦ blue 207

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

Shades of Havelock Blue #528DCF

Tints of Havelock Blue #528DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 19.07%
G = 32.79%
B = 48.14%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#528DCF (or 0x528DCF) is known color: Havelock Blue. HEX triplet: 52, 8D and CF. RGB value is (82,141,207). Sum of RGB (Red+Green+Blue) = 82+141+207=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #528DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DCF is #AD7230. Grayscale: #828282. Windows color (decimal): -11366961 or 13602130. OLE color: 13602130.

HSL color Cylindrical-coordinate representation of color #528DCF: hue angle of 211.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528DCF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 141 207 -
CMYK 0.60 0.32 0 0.19
HSL 211.68º 0.57% 0.57% -
HSV(B) 211.68º 0.6% 0.81% -
XYZ 24.27 25.35 62.65 -
YUV 130.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 82 141 207 0.60 0.32 0 0.19 211.68 0.57 0.57
Hex 52 8D CF 3C 20 0 13 D4 39 39
Octal 122 215 317 74 40 0 23 324 71 71
Binary 1010010 10001101 11001111 111100 100000 0 10011 11010100 111001 111001

Color Harmonies of #528DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DCF

Black with #528DCF

Text Example


Text Example

White with #528DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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