Html Css Color HEX #5280CB Havelock Blue

📋 copy color: '#5280CB'

red 82 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #5280CB

Tints of Havelock Blue #5280CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 19.85%
G = 30.99%
B = 49.15%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5280CB (or 0x5280CB) is known color: Havelock Blue. HEX triplet: 52, 80 and CB. RGB value is (82,128,203). Sum of RGB (Red+Green+Blue) = 82+128+203=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #5280CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280CB is #AD7F34. Grayscale: #7A7A7A. Windows color (decimal): -11370293 or 13336658. OLE color: 13336658.

HSL color Cylindrical-coordinate representation of color #5280CB: hue angle of 217.19º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5280CB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 128 203 -
CMYK 0.60 0.37 0 0.20
HSL 217.19º 0.54% 0.56% -
HSV(B) 217.19º 0.6% 0.8% -
XYZ 21.98 21.54 59.5 -
YUV 122.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 82 128 203 0.60 0.37 0 0.20 217.19 0.54 0.56
Hex 52 80 CB 3C 25 0 14 D9 36 38
Octal 122 200 313 74 45 0 24 331 66 70
Binary 1010010 10000000 11001011 111100 100101 0 10100 11011001 110110 111000

Color Harmonies of #5280CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280CB

Black with #5280CB

Text Example


Text Example

White with #5280CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5280CB; }

 p { color: rgb(82,128,203); }

 H1.HeaderClassName
 {
   color: #5280CB;
 }
 .AnyTagClassName
 {
   color: #5280CB;
 }
</style>

background-color css

<style>
 a { background-color: #5280CB; }

 a { background-color: rgb(82,128,203); }

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

border-color css

<style>
 span { border-color: #5280CB; }

 span { border-color: rgb(82,128,203); }

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