Shades of Havelock Blue #5074CC
Tints of Havelock Blue #5074CC
RGB
CMYK
RGB Variations
Color information
#5074CC (or 0x5074CC) is known color: Havelock Blue. HEX triplet: 50, 74 and CC. RGB value is (80,116,204). Sum of RGB (Red+Green+Blue) = 80+116+204=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #5074CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074CC is #AF8B33. Grayscale: #727272. Windows color (decimal): -11504436 or 13399120. OLE color: 13399120.
HSL color Cylindrical-coordinate representation of color #5074CC: hue angle of 222.58º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5074CC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 116 | 204 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.2 |
| HSL | 222.58º | 0.55% | 0.56% | - |
| HSV(B) | 222.58º | 0.61% | 0.8% | - |
| XYZ | 20.45 | 18.56 | 59.63 | - |
| YUV | 115.27 | 178.07 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 204 | 0.61 | 0.43 | 0 | 0.2 | 222.58 | 0.55 | 0.56 |
| Hex | 50 | 74 | CC | 3D | 2B | 0 | 14 | DF | 37 | 38 |
| Octal | 120 | 164 | 314 | 75 | 53 | 0 | 24 | 337 | 67 | 70 |
| Binary | 1010000 | 1110100 | 11001100 | 111101 | 101011 | 0 | 10100 | 11011111 | 110111 | 111000 |
Color Harmonies of #5074CC
Complementary color
Monochromatic Colors of #5074CC
Black with #5074CC
Text Example
Text Example
White with #5074CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074CC; }
p { color: rgb(80,116,204); }
H1.HeaderClassName
{
color: #5074CC;
}
.AnyTagClassName
{
color: #5074CC;
}
</style>
background-color css
<style>
a { background-color: #5074CC; }
a { background-color: rgb(80,116,204); }
div.DivClassName
{
background-color: #5074CC;
}
.BgClassName
{
background-color: #5074CC;
}
</style>
border-color css
<style>
span { border-color: #5074CC; }
span { border-color: rgb(80,116,204); }
td.TdClassName
{
border-color: #5074CC;
}
.TagClassName
{
border-color: #5074CC;
}
</style>