Shades of Havelock Blue #507FDA
Tints of Havelock Blue #507FDA
RGB
CMYK
RGB Variations
Color information
#507FDA (or 0x507FDA) is known color: Havelock Blue. HEX triplet: 50, 7F and DA. RGB value is (80,127,218). Sum of RGB (Red+Green+Blue) = 80+127+218=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #507FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FDA is #AF8025. Grayscale: #7A7A7A. Windows color (decimal): -11501606 or 14319440. OLE color: 14319440.
HSL color Cylindrical-coordinate representation of color #507FDA: hue angle of 219.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #507FDA is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 127 | 218 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.15 |
| HSL | 219.57º | 0.65% | 0.58% | - |
| HSV(B) | 219.57º | 0.63% | 0.85% | - |
| XYZ | 23.55 | 21.95 | 69.32 | - |
| YUV | 123.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 218 | 0.63 | 0.42 | 0 | 0.15 | 219.57 | 0.65 | 0.58 |
| Hex | 50 | 7F | DA | 3F | 2A | 0 | F | DC | 41 | 3A |
| Octal | 120 | 177 | 332 | 77 | 52 | 0 | 17 | 334 | 101 | 72 |
| Binary | 1010000 | 1111111 | 11011010 | 111111 | 101010 | 0 | 1111 | 11011100 | 1000001 | 111010 |
Color Harmonies of #507FDA
Complementary color
Monochromatic Colors of #507FDA
Black with #507FDA
Text Example
Text Example
White with #507FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507FDA; }
p { color: rgb(80,127,218); }
H1.HeaderClassName
{
color: #507FDA;
}
.AnyTagClassName
{
color: #507FDA;
}
</style>
background-color css
<style>
a { background-color: #507FDA; }
a { background-color: rgb(80,127,218); }
div.DivClassName
{
background-color: #507FDA;
}
.BgClassName
{
background-color: #507FDA;
}
</style>
border-color css
<style>
span { border-color: #507FDA; }
span { border-color: rgb(80,127,218); }
td.TdClassName
{
border-color: #507FDA;
}
.TagClassName
{
border-color: #507FDA;
}
</style>