Html Css Color HEX #5078CA Havelock Blue

📋 copy color: '#5078CA'

red 80 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #5078CA

Tints of Havelock Blue #5078CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 19.9%
G = 29.85%
B = 50.25%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5078CA (or 0x5078CA) is known color: Havelock Blue. HEX triplet: 50, 78 and CA. RGB value is (80,120,202). Sum of RGB (Red+Green+Blue) = 80+120+202=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #5078CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078CA is #AF8735. Grayscale: #757575. Windows color (decimal): -11503414 or 13269072. OLE color: 13269072.

HSL color Cylindrical-coordinate representation of color #5078CA: hue angle of 220.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5078CA is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 120 202 -
CMYK 0.60 0.41 0 0.21
HSL 220.33º 0.54% 0.55% -
HSV(B) 220.33º 0.6% 0.79% -
XYZ 20.69 19.4 58.53 -
YUV 117.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 80 120 202 0.60 0.41 0 0.21 220.33 0.54 0.55
Hex 50 78 CA 3C 29 0 15 DC 36 37
Octal 120 170 312 74 51 0 25 334 66 67
Binary 1010000 1111000 11001010 111100 101001 0 10101 11011100 110110 110111

Color Harmonies of #5078CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5078CA

Black with #5078CA

Text Example


Text Example

White with #5078CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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