Shades of Picton Blue #488CDD
Tints of Picton Blue #488CDD
RGB
CMYK
RGB Variations
Color information
#488CDD (or 0x488CDD) is known color: Picton Blue. HEX triplet: 48, 8C and DD. RGB value is (72,140,221). Sum of RGB (Red+Green+Blue) = 72+140+221=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #488CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #488CDD is #B77322. Grayscale: #808080. Windows color (decimal): -12022563 or 14519368. OLE color: 14519368.
HSL color Cylindrical-coordinate representation of color #488CDD: hue angle of 212.62º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #488CDD is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 140 | 221 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.13 |
| HSL | 212.62º | 0.69% | 0.57% | - |
| HSV(B) | 212.62º | 0.67% | 0.87% | - |
| XYZ | 25.1 | 25.35 | 71.98 | - |
| YUV | 128.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 221 | 0.67 | 0.37 | 0 | 0.13 | 212.62 | 0.69 | 0.57 |
| Hex | 48 | 8C | DD | 43 | 25 | 0 | D | D5 | 45 | 39 |
| Octal | 110 | 214 | 335 | 103 | 45 | 0 | 15 | 325 | 105 | 71 |
| Binary | 1001000 | 10001100 | 11011101 | 1000011 | 100101 | 0 | 1101 | 11010101 | 1000101 | 111001 |
Color Harmonies of #488CDD
Complementary color
Monochromatic Colors of #488CDD
Black with #488CDD
Text Example
Text Example
White with #488CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CDD; }
p { color: rgb(72,140,221); }
H1.HeaderClassName
{
color: #488CDD;
}
.AnyTagClassName
{
color: #488CDD;
}
</style>
background-color css
<style>
a { background-color: #488CDD; }
a { background-color: rgb(72,140,221); }
div.DivClassName
{
background-color: #488CDD;
}
.BgClassName
{
background-color: #488CDD;
}
</style>
border-color css
<style>
span { border-color: #488CDD; }
span { border-color: rgb(72,140,221); }
td.TdClassName
{
border-color: #488CDD;
}
.TagClassName
{
border-color: #488CDD;
}
</style>