Html Css Color HEX #5078BF Havelock Blue

📋 copy color: '#5078BF'

red 80 ◦ green 120 ◦ blue 191

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

Shades of Havelock Blue #5078BF

Tints of Havelock Blue #5078BF

RGB

 RED value IS 80 (31.64% from 255) = 20.46%

 GREEN value IS 120 (47.27% from 255) = 30.69%

 BLUE value IS 191 (75% from 255) = 48.85%

R = 20.46%
G = 30.69%
B = 48.85%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5078BF (or 0x5078BF) is known color: Havelock Blue. HEX triplet: 50, 78 and BF. RGB value is (80,120,191). Sum of RGB (Red+Green+Blue) = 80+120+191=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #5078BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078BF is #AF8740. Grayscale: #737373. Windows color (decimal): -11503425 or 12548176. OLE color: 12548176.

HSL color Cylindrical-coordinate representation of color #5078BF: hue angle of 218.38º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5078BF is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 120 191 -
CMYK 0.58 0.37 0 0.25
HSL 218.38º 0.46% 0.53% -
HSV(B) 218.38º 0.58% 0.75% -
XYZ 19.43 18.9 51.91 -
YUV 116.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 80 120 191 0.58 0.37 0 0.25 218.38 0.46 0.53
Hex 50 78 BF 3A 25 0 19 DA 2E 35
Octal 120 170 277 72 45 0 31 332 56 65
Binary 1010000 1111000 10111111 111010 100101 0 11001 11011010 101110 110101

Color Harmonies of #5078BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5078BF

Black with #5078BF

Text Example


Text Example

White with #5078BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5078BF; }

 p { color: rgb(80,120,191); }

 H1.HeaderClassName
 {
   color: #5078BF;
 }
 .AnyTagClassName
 {
   color: #5078BF;
 }
</style>

background-color css

<style>
 a { background-color: #5078BF; }

 a { background-color: rgb(80,120,191); }

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

border-color css

<style>
 span { border-color: #5078BF; }

 span { border-color: rgb(80,120,191); }

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