Shades of Havelock Blue #507CCA
Tints of Havelock Blue #507CCA
RGB
CMYK
RGB Variations
Color information
#507CCA (or 0x507CCA) is known color: Havelock Blue. HEX triplet: 50, 7C and CA. RGB value is (80,124,202). Sum of RGB (Red+Green+Blue) = 80+124+202=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #507CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CCA is #AF8335. Grayscale: #777777. Windows color (decimal): -11502390 or 13270096. OLE color: 13270096.
HSL color Cylindrical-coordinate representation of color #507CCA: hue angle of 218.36º 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 #507CCA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 124 | 202 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.21 |
| HSL | 218.36º | 0.54% | 0.55% | - |
| HSV(B) | 218.36º | 0.6% | 0.79% | - |
| XYZ | 21.18 | 20.39 | 58.7 | - |
| YUV | 119.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 202 | 0.60 | 0.39 | 0 | 0.21 | 218.36 | 0.54 | 0.55 |
| Hex | 50 | 7C | CA | 3C | 27 | 0 | 15 | DA | 36 | 37 |
| Octal | 120 | 174 | 312 | 74 | 47 | 0 | 25 | 332 | 66 | 67 |
| Binary | 1010000 | 1111100 | 11001010 | 111100 | 100111 | 0 | 10101 | 11011010 | 110110 | 110111 |
Color Harmonies of #507CCA
Complementary color
Monochromatic Colors of #507CCA
Black with #507CCA
Text Example
Text Example
White with #507CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507CCA; }
p { color: rgb(80,124,202); }
H1.HeaderClassName
{
color: #507CCA;
}
.AnyTagClassName
{
color: #507CCA;
}
</style>
background-color css
<style>
a { background-color: #507CCA; }
a { background-color: rgb(80,124,202); }
div.DivClassName
{
background-color: #507CCA;
}
.BgClassName
{
background-color: #507CCA;
}
</style>
border-color css
<style>
span { border-color: #507CCA; }
span { border-color: rgb(80,124,202); }
td.TdClassName
{
border-color: #507CCA;
}
.TagClassName
{
border-color: #507CCA;
}
</style>