Shades of Havelock Blue #488ADA
Tints of Havelock Blue #488ADA
RGB
CMYK
RGB Variations
Color information
#488ADA (or 0x488ADA) is known color: Havelock Blue. HEX triplet: 48, 8A and DA. RGB value is (72,138,218). Sum of RGB (Red+Green+Blue) = 72+138+218=428 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.82% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #488ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ADA is #B77525. Grayscale: #7F7F7F. Windows color (decimal): -12023078 or 14322248. OLE color: 14322248.
HSL color Cylindrical-coordinate representation of color #488ADA: hue angle of 212.88º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488ADA is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 138 | 218 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.15 |
| HSL | 212.88º | 0.66% | 0.57% | - |
| HSV(B) | 212.88º | 0.67% | 0.85% | - |
| XYZ | 24.42 | 24.62 | 69.79 | - |
| YUV | 127.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 218 | 0.67 | 0.37 | 0 | 0.15 | 212.88 | 0.66 | 0.57 |
| Hex | 48 | 8A | DA | 43 | 25 | 0 | F | D5 | 42 | 39 |
| Octal | 110 | 212 | 332 | 103 | 45 | 0 | 17 | 325 | 102 | 71 |
| Binary | 1001000 | 10001010 | 11011010 | 1000011 | 100101 | 0 | 1111 | 11010101 | 1000010 | 111001 |
Color Harmonies of #488ADA
Complementary color
Monochromatic Colors of #488ADA
Black with #488ADA
Text Example
Text Example
White with #488ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ADA; }
p { color: rgb(72,138,218); }
H1.HeaderClassName
{
color: #488ADA;
}
.AnyTagClassName
{
color: #488ADA;
}
</style>
background-color css
<style>
a { background-color: #488ADA; }
a { background-color: rgb(72,138,218); }
div.DivClassName
{
background-color: #488ADA;
}
.BgClassName
{
background-color: #488ADA;
}
</style>
border-color css
<style>
span { border-color: #488ADA; }
span { border-color: rgb(72,138,218); }
td.TdClassName
{
border-color: #488ADA;
}
.TagClassName
{
border-color: #488ADA;
}
</style>