Shades of Picton Blue #488DDF
Tints of Picton Blue #488DDF
RGB
CMYK
RGB Variations
Color information
#488DDF (or 0x488DDF) is known color: Picton Blue. HEX triplet: 48, 8D and DF. RGB value is (72,141,223). Sum of RGB (Red+Green+Blue) = 72+141+223=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #488DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488DDF is #B77220. Grayscale: #818181. Windows color (decimal): -12022305 or 14650696. OLE color: 14650696.
HSL color Cylindrical-coordinate representation of color #488DDF: hue angle of 212.58º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #488DDF is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 141 | 223 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.13 |
| HSL | 212.58º | 0.7% | 0.58% | - |
| HSV(B) | 212.58º | 0.68% | 0.87% | - |
| XYZ | 25.52 | 25.76 | 73.44 | - |
| YUV | 129.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 223 | 0.68 | 0.37 | 0 | 0.13 | 212.58 | 0.7 | 0.58 |
| Hex | 48 | 8D | DF | 44 | 25 | 0 | D | D5 | 46 | 3A |
| Octal | 110 | 215 | 337 | 104 | 45 | 0 | 15 | 325 | 106 | 72 |
| Binary | 1001000 | 10001101 | 11011111 | 1000100 | 100101 | 0 | 1101 | 11010101 | 1000110 | 111010 |
Color Harmonies of #488DDF
Complementary color
Monochromatic Colors of #488DDF
Black with #488DDF
Text Example
Text Example
White with #488DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DDF; }
p { color: rgb(72,141,223); }
H1.HeaderClassName
{
color: #488DDF;
}
.AnyTagClassName
{
color: #488DDF;
}
</style>
background-color css
<style>
a { background-color: #488DDF; }
a { background-color: rgb(72,141,223); }
div.DivClassName
{
background-color: #488DDF;
}
.BgClassName
{
background-color: #488DDF;
}
</style>
border-color css
<style>
span { border-color: #488DDF; }
span { border-color: rgb(72,141,223); }
td.TdClassName
{
border-color: #488DDF;
}
.TagClassName
{
border-color: #488DDF;
}
</style>