Shades of Havelock Blue #488CCF
Tints of Havelock Blue #488CCF
RGB
CMYK
RGB Variations
Color information
#488CCF (or 0x488CCF) is known color: Havelock Blue. HEX triplet: 48, 8C and CF. RGB value is (72,140,207). Sum of RGB (Red+Green+Blue) = 72+140+207=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #488CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CCF is #B77330. Grayscale: #7E7E7E. Windows color (decimal): -12022577 or 13601864. OLE color: 13601864.
HSL color Cylindrical-coordinate representation of color #488CCF: hue angle of 209.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #488CCF is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 140 | 207 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.19 |
| HSL | 209.78º | 0.58% | 0.55% | - |
| HSV(B) | 209.78º | 0.65% | 0.81% | - |
| XYZ | 23.31 | 24.64 | 62.56 | - |
| YUV | 127.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 207 | 0.65 | 0.32 | 0 | 0.19 | 209.78 | 0.58 | 0.55 |
| Hex | 48 | 8C | CF | 41 | 20 | 0 | 13 | D2 | 3A | 37 |
| Octal | 110 | 214 | 317 | 101 | 40 | 0 | 23 | 322 | 72 | 67 |
| Binary | 1001000 | 10001100 | 11001111 | 1000001 | 100000 | 0 | 10011 | 11010010 | 111010 | 110111 |
Color Harmonies of #488CCF
Complementary color
Monochromatic Colors of #488CCF
Black with #488CCF
Text Example
Text Example
White with #488CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CCF; }
p { color: rgb(72,140,207); }
H1.HeaderClassName
{
color: #488CCF;
}
.AnyTagClassName
{
color: #488CCF;
}
</style>
background-color css
<style>
a { background-color: #488CCF; }
a { background-color: rgb(72,140,207); }
div.DivClassName
{
background-color: #488CCF;
}
.BgClassName
{
background-color: #488CCF;
}
</style>
border-color css
<style>
span { border-color: #488CCF; }
span { border-color: rgb(72,140,207); }
td.TdClassName
{
border-color: #488CCF;
}
.TagClassName
{
border-color: #488CCF;
}
</style>