Shades of Havelock Blue #507DC2
Tints of Havelock Blue #507DC2
RGB
CMYK
RGB Variations
Color information
#507DC2 (or 0x507DC2) is known color: Havelock Blue. HEX triplet: 50, 7D and C2. RGB value is (80,125,194). Sum of RGB (Red+Green+Blue) = 80+125+194=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 194 (76.17% from 255 or 48.62% from 399); Max value from RGB is 194 - color contains mainly: blue. Hex color #507DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DC2 is #AF823D. Grayscale: #777777. Windows color (decimal): -11502142 or 12746064. OLE color: 12746064.
HSL color Cylindrical-coordinate representation of color #507DC2: hue angle of 216.32º 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 #507DC2 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 125 | 194 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.24 |
| HSL | 216.32º | 0.48% | 0.54% | - |
| HSV(B) | 216.32º | 0.59% | 0.76% | - |
| XYZ | 20.38 | 20.27 | 53.88 | - |
| YUV | 119.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 194 | 0.59 | 0.36 | 0 | 0.24 | 216.32 | 0.48 | 0.54 |
| Hex | 50 | 7D | C2 | 3B | 24 | 0 | 18 | D8 | 30 | 36 |
| Octal | 120 | 175 | 302 | 73 | 44 | 0 | 30 | 330 | 60 | 66 |
| Binary | 1010000 | 1111101 | 11000010 | 111011 | 100100 | 0 | 11000 | 11011000 | 110000 | 110110 |
Color Harmonies of #507DC2
Complementary color
Monochromatic Colors of #507DC2
Black with #507DC2
Text Example
Text Example
White with #507DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507DC2; }
p { color: rgb(80,125,194); }
H1.HeaderClassName
{
color: #507DC2;
}
.AnyTagClassName
{
color: #507DC2;
}
</style>
background-color css
<style>
a { background-color: #507DC2; }
a { background-color: rgb(80,125,194); }
div.DivClassName
{
background-color: #507DC2;
}
.BgClassName
{
background-color: #507DC2;
}
</style>
border-color css
<style>
span { border-color: #507DC2; }
span { border-color: rgb(80,125,194); }
td.TdClassName
{
border-color: #507DC2;
}
.TagClassName
{
border-color: #507DC2;
}
</style>