Shades of Picton Blue #488ED7
Tints of Picton Blue #488ED7
RGB
CMYK
RGB Variations
Color information
#488ED7 (or 0x488ED7) is known color: Picton Blue. HEX triplet: 48, 8E and D7. RGB value is (72,142,215). Sum of RGB (Red+Green+Blue) = 72+142+215=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #488ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488ED7 is #B77128. Grayscale: #818181. Windows color (decimal): -12022057 or 14126664. OLE color: 14126664.
HSL color Cylindrical-coordinate representation of color #488ED7: hue angle of 210.63º 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 #488ED7 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 142 | 215 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.16 |
| HSL | 210.63º | 0.64% | 0.56% | - |
| HSV(B) | 210.63º | 0.67% | 0.84% | - |
| XYZ | 24.61 | 25.63 | 67.94 | - |
| YUV | 129.39 | 176.31 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 215 | 0.67 | 0.34 | 0 | 0.16 | 210.63 | 0.64 | 0.56 |
| Hex | 48 | 8E | D7 | 43 | 22 | 0 | 10 | D3 | 40 | 38 |
| Octal | 110 | 216 | 327 | 103 | 42 | 0 | 20 | 323 | 100 | 70 |
| Binary | 1001000 | 10001110 | 11010111 | 1000011 | 100010 | 0 | 10000 | 11010011 | 1000000 | 111000 |
Color Harmonies of #488ED7
Complementary color
Monochromatic Colors of #488ED7
Black with #488ED7
Text Example
Text Example
White with #488ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488ED7; }
p { color: rgb(72,142,215); }
H1.HeaderClassName
{
color: #488ED7;
}
.AnyTagClassName
{
color: #488ED7;
}
</style>
background-color css
<style>
a { background-color: #488ED7; }
a { background-color: rgb(72,142,215); }
div.DivClassName
{
background-color: #488ED7;
}
.BgClassName
{
background-color: #488ED7;
}
</style>
border-color css
<style>
span { border-color: #488ED7; }
span { border-color: rgb(72,142,215); }
td.TdClassName
{
border-color: #488ED7;
}
.TagClassName
{
border-color: #488ED7;
}
</style>