Shades of Picton Blue #488FDB
Tints of Picton Blue #488FDB
RGB
CMYK
RGB Variations
Color information
#488FDB (or 0x488FDB) is known color: Picton Blue. HEX triplet: 48, 8F and DB. RGB value is (72,143,219). Sum of RGB (Red+Green+Blue) = 72+143+219=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #488FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FDB is #B77024. Grayscale: #828282. Windows color (decimal): -12021797 or 14389064. OLE color: 14389064.
HSL color Cylindrical-coordinate representation of color #488FDB: hue angle of 211.02º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488FDB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 143 | 219 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.14 |
| HSL | 211.02º | 0.67% | 0.57% | - |
| HSV(B) | 211.02º | 0.67% | 0.86% | - |
| XYZ | 25.28 | 26.14 | 70.73 | - |
| YUV | 130.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 219 | 0.67 | 0.35 | 0 | 0.14 | 211.02 | 0.67 | 0.57 |
| Hex | 48 | 8F | DB | 43 | 23 | 0 | E | D3 | 43 | 39 |
| Octal | 110 | 217 | 333 | 103 | 43 | 0 | 16 | 323 | 103 | 71 |
| Binary | 1001000 | 10001111 | 11011011 | 1000011 | 100011 | 0 | 1110 | 11010011 | 1000011 | 111001 |
Color Harmonies of #488FDB
Complementary color
Monochromatic Colors of #488FDB
Black with #488FDB
Text Example
Text Example
White with #488FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FDB; }
p { color: rgb(72,143,219); }
H1.HeaderClassName
{
color: #488FDB;
}
.AnyTagClassName
{
color: #488FDB;
}
</style>
background-color css
<style>
a { background-color: #488FDB; }
a { background-color: rgb(72,143,219); }
div.DivClassName
{
background-color: #488FDB;
}
.BgClassName
{
background-color: #488FDB;
}
</style>
border-color css
<style>
span { border-color: #488FDB; }
span { border-color: rgb(72,143,219); }
td.TdClassName
{
border-color: #488FDB;
}
.TagClassName
{
border-color: #488FDB;
}
</style>