Shades of Havelock Blue #508AD4
Tints of Havelock Blue #508AD4
RGB
CMYK
RGB Variations
Color information
#508AD4 (or 0x508AD4) is known color: Havelock Blue. HEX triplet: 50, 8A and D4. RGB value is (80,138,212). Sum of RGB (Red+Green+Blue) = 80+138+212=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #508AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AD4 is #AF752B. Grayscale: #808080. Windows color (decimal): -11498796 or 13929040. OLE color: 13929040.
HSL color Cylindrical-coordinate representation of color #508AD4: hue angle of 213.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #508AD4 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 138 | 212 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.17 |
| HSL | 213.64º | 0.61% | 0.57% | - |
| HSV(B) | 213.64º | 0.62% | 0.83% | - |
| XYZ | 24.28 | 24.64 | 65.76 | - |
| YUV | 129.09 | 174.78 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 212 | 0.62 | 0.35 | 0 | 0.17 | 213.64 | 0.61 | 0.57 |
| Hex | 50 | 8A | D4 | 3E | 23 | 0 | 11 | D6 | 3D | 39 |
| Octal | 120 | 212 | 324 | 76 | 43 | 0 | 21 | 326 | 75 | 71 |
| Binary | 1010000 | 10001010 | 11010100 | 111110 | 100011 | 0 | 10001 | 11010110 | 111101 | 111001 |
Color Harmonies of #508AD4
Complementary color
Monochromatic Colors of #508AD4
Black with #508AD4
Text Example
Text Example
White with #508AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AD4; }
p { color: rgb(80,138,212); }
H1.HeaderClassName
{
color: #508AD4;
}
.AnyTagClassName
{
color: #508AD4;
}
</style>
background-color css
<style>
a { background-color: #508AD4; }
a { background-color: rgb(80,138,212); }
div.DivClassName
{
background-color: #508AD4;
}
.BgClassName
{
background-color: #508AD4;
}
</style>
border-color css
<style>
span { border-color: #508AD4; }
span { border-color: rgb(80,138,212); }
td.TdClassName
{
border-color: #508AD4;
}
.TagClassName
{
border-color: #508AD4;
}
</style>