Shades of Picton Blue #488FD7
Tints of Picton Blue #488FD7
RGB
CMYK
RGB Variations
Color information
#488FD7 (or 0x488FD7) is known color: Picton Blue. HEX triplet: 48, 8F and D7. RGB value is (72,143,215). Sum of RGB (Red+Green+Blue) = 72+143+215=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #488FD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488FD7 is #B77028. Grayscale: #818181. Windows color (decimal): -12021801 or 14126920. OLE color: 14126920.
HSL color Cylindrical-coordinate representation of color #488FD7: hue angle of 210.21º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488FD7 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 143 | 215 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.16 |
| HSL | 210.21º | 0.64% | 0.56% | - |
| HSV(B) | 210.21º | 0.67% | 0.84% | - |
| XYZ | 24.76 | 25.93 | 67.99 | - |
| YUV | 129.98 | 175.98 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 215 | 0.67 | 0.33 | 0 | 0.16 | 210.21 | 0.64 | 0.56 |
| Hex | 48 | 8F | D7 | 43 | 21 | 0 | 10 | D2 | 40 | 38 |
| Octal | 110 | 217 | 327 | 103 | 41 | 0 | 20 | 322 | 100 | 70 |
| Binary | 1001000 | 10001111 | 11010111 | 1000011 | 100001 | 0 | 10000 | 11010010 | 1000000 | 111000 |
Color Harmonies of #488FD7
Complementary color
Monochromatic Colors of #488FD7
Black with #488FD7
Text Example
Text Example
White with #488FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488FD7; }
p { color: rgb(72,143,215); }
H1.HeaderClassName
{
color: #488FD7;
}
.AnyTagClassName
{
color: #488FD7;
}
</style>
background-color css
<style>
a { background-color: #488FD7; }
a { background-color: rgb(72,143,215); }
div.DivClassName
{
background-color: #488FD7;
}
.BgClassName
{
background-color: #488FD7;
}
</style>
border-color css
<style>
span { border-color: #488FD7; }
span { border-color: rgb(72,143,215); }
td.TdClassName
{
border-color: #488FD7;
}
.TagClassName
{
border-color: #488FD7;
}
</style>