Shades of Picton Blue #448FE1
Tints of Picton Blue #448FE1
RGB
CMYK
RGB Variations
Color information
#448FE1 (or 0x448FE1) is known color: Picton Blue. HEX triplet: 44, 8F and E1. RGB value is (68,143,225). Sum of RGB (Red+Green+Blue) = 68+143+225=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #448FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FE1 is #BB701E. Grayscale: #818181. Windows color (decimal): -12283935 or 14782276. OLE color: 14782276.
HSL color Cylindrical-coordinate representation of color #448FE1: hue angle of 211.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448FE1 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 143 | 225 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.12 |
| HSL | 211.34º | 0.72% | 0.57% | - |
| HSV(B) | 211.34º | 0.7% | 0.88% | - |
| XYZ | 25.8 | 26.31 | 74.95 | - |
| YUV | 129.92 | 181.65 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 225 | 0.70 | 0.36 | 0 | 0.12 | 211.34 | 0.72 | 0.57 |
| Hex | 44 | 8F | E1 | 46 | 24 | 0 | C | D3 | 48 | 39 |
| Octal | 104 | 217 | 341 | 106 | 44 | 0 | 14 | 323 | 110 | 71 |
| Binary | 1000100 | 10001111 | 11100001 | 1000110 | 100100 | 0 | 1100 | 11010011 | 1001000 | 111001 |
Color Harmonies of #448FE1
Complementary color
Monochromatic Colors of #448FE1
Black with #448FE1
Text Example
Text Example
White with #448FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FE1; }
p { color: rgb(68,143,225); }
H1.HeaderClassName
{
color: #448FE1;
}
.AnyTagClassName
{
color: #448FE1;
}
</style>
background-color css
<style>
a { background-color: #448FE1; }
a { background-color: rgb(68,143,225); }
div.DivClassName
{
background-color: #448FE1;
}
.BgClassName
{
background-color: #448FE1;
}
</style>
border-color css
<style>
span { border-color: #448FE1; }
span { border-color: rgb(68,143,225); }
td.TdClassName
{
border-color: #448FE1;
}
.TagClassName
{
border-color: #448FE1;
}
</style>