Shades of Picton Blue #488CDE
Tints of Picton Blue #488CDE
RGB
CMYK
RGB Variations
Color information
#488CDE (or 0x488CDE) is known color: Picton Blue. HEX triplet: 48, 8C and DE. RGB value is (72,140,222). Sum of RGB (Red+Green+Blue) = 72+140+222=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #488CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CDE is #B77321. Grayscale: #808080. Windows color (decimal): -12022562 or 14584904. OLE color: 14584904.
HSL color Cylindrical-coordinate representation of color #488CDE: hue angle of 212.8º 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 #488CDE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 140 | 222 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.13 |
| HSL | 212.8º | 0.69% | 0.58% | - |
| HSV(B) | 212.8º | 0.68% | 0.87% | - |
| XYZ | 25.24 | 25.41 | 72.68 | - |
| YUV | 129.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 222 | 0.68 | 0.37 | 0 | 0.13 | 212.8 | 0.69 | 0.58 |
| Hex | 48 | 8C | DE | 44 | 25 | 0 | D | D5 | 45 | 3A |
| Octal | 110 | 214 | 336 | 104 | 45 | 0 | 15 | 325 | 105 | 72 |
| Binary | 1001000 | 10001100 | 11011110 | 1000100 | 100101 | 0 | 1101 | 11010101 | 1000101 | 111010 |
Color Harmonies of #488CDE
Complementary color
Monochromatic Colors of #488CDE
Black with #488CDE
Text Example
Text Example
White with #488CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CDE; }
p { color: rgb(72,140,222); }
H1.HeaderClassName
{
color: #488CDE;
}
.AnyTagClassName
{
color: #488CDE;
}
</style>
background-color css
<style>
a { background-color: #488CDE; }
a { background-color: rgb(72,140,222); }
div.DivClassName
{
background-color: #488CDE;
}
.BgClassName
{
background-color: #488CDE;
}
</style>
border-color css
<style>
span { border-color: #488CDE; }
span { border-color: rgb(72,140,222); }
td.TdClassName
{
border-color: #488CDE;
}
.TagClassName
{
border-color: #488CDE;
}
</style>