Html Css Color HEX #5079CE Havelock Blue

📋 copy color: '#5079CE'

red 80 ◦ green 121 ◦ blue 206

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

Shades of Havelock Blue #5079CE

Tints of Havelock Blue #5079CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.73%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 19.66%
G = 29.73%
B = 50.61%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5079CE (or 0x5079CE) is known color: Havelock Blue. HEX triplet: 50, 79 and CE. RGB value is (80,121,206). Sum of RGB (Red+Green+Blue) = 80+121+206=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #5079CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079CE is #AF8631. Grayscale: #767676. Windows color (decimal): -11503154 or 13531472. OLE color: 13531472.

HSL color Cylindrical-coordinate representation of color #5079CE: hue angle of 220.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5079CE is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 121 206 -
CMYK 0.61 0.41 0 0.19
HSL 220.48º 0.56% 0.56% -
HSV(B) 220.48º 0.61% 0.81% -
XYZ 21.29 19.84 61.1 -
YUV 118.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 80 121 206 0.61 0.41 0 0.19 220.48 0.56 0.56
Hex 50 79 CE 3D 29 0 13 DC 38 38
Octal 120 171 316 75 51 0 23 334 70 70
Binary 1010000 1111001 11001110 111101 101001 0 10011 11011100 111000 111000

Color Harmonies of #5079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5079CE

Black with #5079CE

Text Example


Text Example

White with #5079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5079CE; }

 p { color: rgb(80,121,206); }

 H1.HeaderClassName
 {
   color: #5079CE;
 }
 .AnyTagClassName
 {
   color: #5079CE;
 }
</style>

background-color css

<style>
 a { background-color: #5079CE; }

 a { background-color: rgb(80,121,206); }

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

border-color css

<style>
 span { border-color: #5079CE; }

 span { border-color: rgb(80,121,206); }

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