Shades of Havelock Blue #488ED3
Tints of Havelock Blue #488ED3
RGB
CMYK
RGB Variations
Color information
#488ED3 (or 0x488ED3) is known color: Havelock Blue. HEX triplet: 48, 8E and D3. RGB value is (72,142,211). Sum of RGB (Red+Green+Blue) = 72+142+211=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #488ED3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ED3 is #B7712C. Grayscale: #808080. Windows color (decimal): -12022061 or 13864520. OLE color: 13864520.
HSL color Cylindrical-coordinate representation of color #488ED3: hue angle of 209.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #488ED3 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 142 | 211 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.17 |
| HSL | 209.78º | 0.61% | 0.55% | - |
| HSV(B) | 209.78º | 0.66% | 0.83% | - |
| XYZ | 24.1 | 25.43 | 65.27 | - |
| YUV | 128.94 | 174.31 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 211 | 0.66 | 0.33 | 0 | 0.17 | 209.78 | 0.61 | 0.55 |
| Hex | 48 | 8E | D3 | 42 | 21 | 0 | 11 | D2 | 3D | 37 |
| Octal | 110 | 216 | 323 | 102 | 41 | 0 | 21 | 322 | 75 | 67 |
| Binary | 1001000 | 10001110 | 11010011 | 1000010 | 100001 | 0 | 10001 | 11010010 | 111101 | 110111 |
Color Harmonies of #488ED3
Complementary color
Monochromatic Colors of #488ED3
Black with #488ED3
Text Example
Text Example
White with #488ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ED3; }
p { color: rgb(72,142,211); }
H1.HeaderClassName
{
color: #488ED3;
}
.AnyTagClassName
{
color: #488ED3;
}
</style>
background-color css
<style>
a { background-color: #488ED3; }
a { background-color: rgb(72,142,211); }
div.DivClassName
{
background-color: #488ED3;
}
.BgClassName
{
background-color: #488ED3;
}
</style>
border-color css
<style>
span { border-color: #488ED3; }
span { border-color: rgb(72,142,211); }
td.TdClassName
{
border-color: #488ED3;
}
.TagClassName
{
border-color: #488ED3;
}
</style>