Shades of Havelock Blue #507AC2
Tints of Havelock Blue #507AC2
RGB
CMYK
RGB Variations
Color information
#507AC2 (or 0x507AC2) is known color: Havelock Blue. HEX triplet: 50, 7A and C2. RGB value is (80,122,194). Sum of RGB (Red+Green+Blue) = 80+122+194=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #507AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AC2 is #AF853D. Grayscale: #757575. Windows color (decimal): -11502910 or 12745296. OLE color: 12745296.
HSL color Cylindrical-coordinate representation of color #507AC2: hue angle of 217.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #507AC2 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 122 | 194 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.24 |
| HSL | 217.89º | 0.48% | 0.54% | - |
| HSV(B) | 217.89º | 0.59% | 0.76% | - |
| XYZ | 20.01 | 19.52 | 53.75 | - |
| YUV | 117.65 | 171.09 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 194 | 0.59 | 0.37 | 0 | 0.24 | 217.89 | 0.48 | 0.54 |
| Hex | 50 | 7A | C2 | 3B | 25 | 0 | 18 | DA | 30 | 36 |
| Octal | 120 | 172 | 302 | 73 | 45 | 0 | 30 | 332 | 60 | 66 |
| Binary | 1010000 | 1111010 | 11000010 | 111011 | 100101 | 0 | 11000 | 11011010 | 110000 | 110110 |
Color Harmonies of #507AC2
Complementary color
Monochromatic Colors of #507AC2
Black with #507AC2
Text Example
Text Example
White with #507AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AC2; }
p { color: rgb(80,122,194); }
H1.HeaderClassName
{
color: #507AC2;
}
.AnyTagClassName
{
color: #507AC2;
}
</style>
background-color css
<style>
a { background-color: #507AC2; }
a { background-color: rgb(80,122,194); }
div.DivClassName
{
background-color: #507AC2;
}
.BgClassName
{
background-color: #507AC2;
}
</style>
border-color css
<style>
span { border-color: #507AC2; }
span { border-color: rgb(80,122,194); }
td.TdClassName
{
border-color: #507AC2;
}
.TagClassName
{
border-color: #507AC2;
}
</style>