Html Css Color HEX #5078CB Havelock Blue

📋 copy color: '#5078CB'

red 80 ◦ green 120 ◦ blue 203

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

Shades of Havelock Blue #5078CB

Tints of Havelock Blue #5078CB

RGB

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

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

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

R = 19.85%
G = 29.78%
B = 50.37%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5078CB (or 0x5078CB) is known color: Havelock Blue. HEX triplet: 50, 78 and CB. RGB value is (80,120,203). Sum of RGB (Red+Green+Blue) = 80+120+203=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #5078CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078CB is #AF8734. Grayscale: #757575. Windows color (decimal): -11503413 or 13334608. OLE color: 13334608.

HSL color Cylindrical-coordinate representation of color #5078CB: hue angle of 220.49º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5078CB is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 120 203 -
CMYK 0.61 0.41 0 0.20
HSL 220.49º 0.54% 0.55% -
HSV(B) 220.49º 0.61% 0.8% -
XYZ 20.8 19.45 59.16 -
YUV 117.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 80 120 203 0.61 0.41 0 0.20 220.49 0.54 0.55
Hex 50 78 CB 3D 29 0 14 DC 36 37
Octal 120 170 313 75 51 0 24 334 66 67
Binary 1010000 1111000 11001011 111101 101001 0 10100 11011100 110110 110111

Color Harmonies of #5078CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5078CB

Black with #5078CB

Text Example


Text Example

White with #5078CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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