Html Css Color HEX #5074BD Havelock Blue

📋 copy color: '#5074BD'

red 80 ◦ green 116 ◦ blue 189

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

Shades of Havelock Blue #5074BD

Tints of Havelock Blue #5074BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 20.78%
G = 30.13%
B = 49.09%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5074BD (or 0x5074BD) is known color: Havelock Blue. HEX triplet: 50, 74 and BD. RGB value is (80,116,189). Sum of RGB (Red+Green+Blue) = 80+116+189=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #5074BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074BD is #AF8B42. Grayscale: #717171. Windows color (decimal): -11504451 or 12416080. OLE color: 12416080.

HSL color Cylindrical-coordinate representation of color #5074BD: hue angle of 220.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5074BD is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 116 189 -
CMYK 0.58 0.39 0 0.26
HSL 220.18º 0.45% 0.53% -
HSV(B) 220.18º 0.58% 0.74% -
XYZ 18.74 17.87 50.61 -
YUV 113.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 80 116 189 0.58 0.39 0 0.26 220.18 0.45 0.53
Hex 50 74 BD 3A 27 0 1A DC 2D 35
Octal 120 164 275 72 47 0 32 334 55 65
Binary 1010000 1110100 10111101 111010 100111 0 11010 11011100 101101 110101

Color Harmonies of #5074BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5074BD

Black with #5074BD

Text Example


Text Example

White with #5074BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5074BD; }

 p { color: rgb(80,116,189); }

 H1.HeaderClassName
 {
   color: #5074BD;
 }
 .AnyTagClassName
 {
   color: #5074BD;
 }
</style>

background-color css

<style>
 a { background-color: #5074BD; }

 a { background-color: rgb(80,116,189); }

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

border-color css

<style>
 span { border-color: #5074BD; }

 span { border-color: rgb(80,116,189); }

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