Shades of Havelock Blue #488FD0
Tints of Havelock Blue #488FD0
RGB
CMYK
RGB Variations
Color information
#488FD0 (or 0x488FD0) is known color: Havelock Blue. HEX triplet: 48, 8F and D0. RGB value is (72,143,208). Sum of RGB (Red+Green+Blue) = 72+143+208=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #488FD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FD0 is #B7702F. Grayscale: #808080. Windows color (decimal): -12021808 or 13668168. OLE color: 13668168.
HSL color Cylindrical-coordinate representation of color #488FD0: hue angle of 208.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488FD0 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 143 | 208 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.18 |
| HSL | 208.68º | 0.59% | 0.55% | - |
| HSV(B) | 208.68º | 0.65% | 0.82% | - |
| XYZ | 23.88 | 25.58 | 63.35 | - |
| YUV | 129.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 208 | 0.65 | 0.31 | 0 | 0.18 | 208.68 | 0.59 | 0.55 |
| Hex | 48 | 8F | D0 | 41 | 1F | 0 | 12 | D1 | 3B | 37 |
| Octal | 110 | 217 | 320 | 101 | 37 | 0 | 22 | 321 | 73 | 67 |
| Binary | 1001000 | 10001111 | 11010000 | 1000001 | 11111 | 0 | 10010 | 11010001 | 111011 | 110111 |
Color Harmonies of #488FD0
Complementary color
Monochromatic Colors of #488FD0
Black with #488FD0
Text Example
Text Example
White with #488FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FD0; }
p { color: rgb(72,143,208); }
H1.HeaderClassName
{
color: #488FD0;
}
.AnyTagClassName
{
color: #488FD0;
}
</style>
background-color css
<style>
a { background-color: #488FD0; }
a { background-color: rgb(72,143,208); }
div.DivClassName
{
background-color: #488FD0;
}
.BgClassName
{
background-color: #488FD0;
}
</style>
border-color css
<style>
span { border-color: #488FD0; }
span { border-color: rgb(72,143,208); }
td.TdClassName
{
border-color: #488FD0;
}
.TagClassName
{
border-color: #488FD0;
}
</style>