Shades of Picton Blue #448FE0
Tints of Picton Blue #448FE0
RGB
CMYK
RGB Variations
Color information
#448FE0 (or 0x448FE0) is known color: Picton Blue. HEX triplet: 44, 8F and E0. RGB value is (68,143,224). Sum of RGB (Red+Green+Blue) = 68+143+224=435 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.63% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #448FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FE0 is #BB701F. Grayscale: #818181. Windows color (decimal): -12283936 or 14716740. OLE color: 14716740.
HSL color Cylindrical-coordinate representation of color #448FE0: hue angle of 211.15º 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 #448FE0 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 143 | 224 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.12 |
| HSL | 211.15º | 0.72% | 0.57% | - |
| HSV(B) | 211.15º | 0.7% | 0.88% | - |
| XYZ | 25.66 | 26.26 | 74.24 | - |
| YUV | 129.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 224 | 0.70 | 0.36 | 0 | 0.12 | 211.15 | 0.72 | 0.57 |
| Hex | 44 | 8F | E0 | 46 | 24 | 0 | C | D3 | 48 | 39 |
| Octal | 104 | 217 | 340 | 106 | 44 | 0 | 14 | 323 | 110 | 71 |
| Binary | 1000100 | 10001111 | 11100000 | 1000110 | 100100 | 0 | 1100 | 11010011 | 1001000 | 111001 |
Color Harmonies of #448FE0
Complementary color
Monochromatic Colors of #448FE0
Black with #448FE0
Text Example
Text Example
White with #448FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FE0; }
p { color: rgb(68,143,224); }
H1.HeaderClassName
{
color: #448FE0;
}
.AnyTagClassName
{
color: #448FE0;
}
</style>
background-color css
<style>
a { background-color: #448FE0; }
a { background-color: rgb(68,143,224); }
div.DivClassName
{
background-color: #448FE0;
}
.BgClassName
{
background-color: #448FE0;
}
</style>
border-color css
<style>
span { border-color: #448FE0; }
span { border-color: rgb(68,143,224); }
td.TdClassName
{
border-color: #448FE0;
}
.TagClassName
{
border-color: #448FE0;
}
</style>