Shades of Picton Blue #488EDE
Tints of Picton Blue #488EDE
RGB
CMYK
RGB Variations
Color information
#488EDE (or 0x488EDE) is known color: Picton Blue. HEX triplet: 48, 8E and DE. RGB value is (72,142,222). Sum of RGB (Red+Green+Blue) = 72+142+222=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #488EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488EDE is #B77121. Grayscale: #818181. Windows color (decimal): -12022050 or 14585416. OLE color: 14585416.
HSL color Cylindrical-coordinate representation of color #488EDE: hue angle of 212º degrees, saturation: 0.69, 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 #488EDE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 142 | 222 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.13 |
| HSL | 212º | 0.69% | 0.58% | - |
| HSV(B) | 212º | 0.68% | 0.87% | - |
| XYZ | 25.53 | 26 | 72.78 | - |
| YUV | 130.19 | 179.81 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 222 | 0.68 | 0.36 | 0 | 0.13 | 212 | 0.69 | 0.58 |
| Hex | 48 | 8E | DE | 44 | 24 | 0 | D | D4 | 45 | 3A |
| Octal | 110 | 216 | 336 | 104 | 44 | 0 | 15 | 324 | 105 | 72 |
| Binary | 1001000 | 10001110 | 11011110 | 1000100 | 100100 | 0 | 1101 | 11010100 | 1000101 | 111010 |
Color Harmonies of #488EDE
Complementary color
Monochromatic Colors of #488EDE
Black with #488EDE
Text Example
Text Example
White with #488EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EDE; }
p { color: rgb(72,142,222); }
H1.HeaderClassName
{
color: #488EDE;
}
.AnyTagClassName
{
color: #488EDE;
}
</style>
background-color css
<style>
a { background-color: #488EDE; }
a { background-color: rgb(72,142,222); }
div.DivClassName
{
background-color: #488EDE;
}
.BgClassName
{
background-color: #488EDE;
}
</style>
border-color css
<style>
span { border-color: #488EDE; }
span { border-color: rgb(72,142,222); }
td.TdClassName
{
border-color: #488EDE;
}
.TagClassName
{
border-color: #488EDE;
}
</style>