Shades of Havelock Blue #508ADC
Tints of Havelock Blue #508ADC
RGB
CMYK
RGB Variations
Color information
#508ADC (or 0x508ADC) is known color: Havelock Blue. HEX triplet: 50, 8A and DC. RGB value is (80,138,220). Sum of RGB (Red+Green+Blue) = 80+138+220=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #508ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ADC is #AF7523. Grayscale: #818181. Windows color (decimal): -11498788 or 14453328. OLE color: 14453328.
HSL color Cylindrical-coordinate representation of color #508ADC: hue angle of 215.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508ADC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 138 | 220 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.14 |
| HSL | 215.14º | 0.67% | 0.59% | - |
| HSV(B) | 215.14º | 0.64% | 0.86% | - |
| XYZ | 25.32 | 25.05 | 71.21 | - |
| YUV | 130.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 220 | 0.64 | 0.37 | 0 | 0.14 | 215.14 | 0.67 | 0.59 |
| Hex | 50 | 8A | DC | 40 | 25 | 0 | E | D7 | 43 | 3B |
| Octal | 120 | 212 | 334 | 100 | 45 | 0 | 16 | 327 | 103 | 73 |
| Binary | 1010000 | 10001010 | 11011100 | 1000000 | 100101 | 0 | 1110 | 11010111 | 1000011 | 111011 |
Color Harmonies of #508ADC
Complementary color
Monochromatic Colors of #508ADC
Black with #508ADC
Text Example
Text Example
White with #508ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508ADC; }
p { color: rgb(80,138,220); }
H1.HeaderClassName
{
color: #508ADC;
}
.AnyTagClassName
{
color: #508ADC;
}
</style>
background-color css
<style>
a { background-color: #508ADC; }
a { background-color: rgb(80,138,220); }
div.DivClassName
{
background-color: #508ADC;
}
.BgClassName
{
background-color: #508ADC;
}
</style>
border-color css
<style>
span { border-color: #508ADC; }
span { border-color: rgb(80,138,220); }
td.TdClassName
{
border-color: #508ADC;
}
.TagClassName
{
border-color: #508ADC;
}
</style>