Shades of Havelock Blue #507BCF
Tints of Havelock Blue #507BCF
RGB
CMYK
RGB Variations
Color information
#507BCF (or 0x507BCF) is known color: Havelock Blue. HEX triplet: 50, 7B and CF. RGB value is (80,123,207). Sum of RGB (Red+Green+Blue) = 80+123+207=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #507BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BCF is #AF8430. Grayscale: #777777. Windows color (decimal): -11502641 or 13597520. OLE color: 13597520.
HSL color Cylindrical-coordinate representation of color #507BCF: hue angle of 219.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507BCF is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 123 | 207 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.19 |
| HSL | 219.69º | 0.57% | 0.56% | - |
| HSV(B) | 219.69º | 0.61% | 0.81% | - |
| XYZ | 21.65 | 20.38 | 61.82 | - |
| YUV | 119.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 207 | 0.61 | 0.41 | 0 | 0.19 | 219.69 | 0.57 | 0.56 |
| Hex | 50 | 7B | CF | 3D | 29 | 0 | 13 | DC | 39 | 38 |
| Octal | 120 | 173 | 317 | 75 | 51 | 0 | 23 | 334 | 71 | 70 |
| Binary | 1010000 | 1111011 | 11001111 | 111101 | 101001 | 0 | 10011 | 11011100 | 111001 | 111000 |
Color Harmonies of #507BCF
Complementary color
Monochromatic Colors of #507BCF
Black with #507BCF
Text Example
Text Example
White with #507BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BCF; }
p { color: rgb(80,123,207); }
H1.HeaderClassName
{
color: #507BCF;
}
.AnyTagClassName
{
color: #507BCF;
}
</style>
background-color css
<style>
a { background-color: #507BCF; }
a { background-color: rgb(80,123,207); }
div.DivClassName
{
background-color: #507BCF;
}
.BgClassName
{
background-color: #507BCF;
}
</style>
border-color css
<style>
span { border-color: #507BCF; }
span { border-color: rgb(80,123,207); }
td.TdClassName
{
border-color: #507BCF;
}
.TagClassName
{
border-color: #507BCF;
}
</style>