Shades of Picton Blue #448FDB
Tints of Picton Blue #448FDB
RGB
CMYK
RGB Variations
Color information
#448FDB (or 0x448FDB) is known color: Picton Blue. HEX triplet: 44, 8F and DB. RGB value is (68,143,219). Sum of RGB (Red+Green+Blue) = 68+143+219=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #448FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FDB is #BB7024. Grayscale: #808080. Windows color (decimal): -12283941 or 14389060. OLE color: 14389060.
HSL color Cylindrical-coordinate representation of color #448FDB: hue angle of 210.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448FDB is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 143 | 219 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.14 |
| HSL | 210.2º | 0.68% | 0.56% | - |
| HSV(B) | 210.2º | 0.69% | 0.86% | - |
| XYZ | 24.99 | 25.99 | 70.72 | - |
| YUV | 129.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 219 | 0.69 | 0.35 | 0 | 0.14 | 210.2 | 0.68 | 0.56 |
| Hex | 44 | 8F | DB | 45 | 23 | 0 | E | D2 | 44 | 38 |
| Octal | 104 | 217 | 333 | 105 | 43 | 0 | 16 | 322 | 104 | 70 |
| Binary | 1000100 | 10001111 | 11011011 | 1000101 | 100011 | 0 | 1110 | 11010010 | 1000100 | 111000 |
Color Harmonies of #448FDB
Complementary color
Monochromatic Colors of #448FDB
Black with #448FDB
Text Example
Text Example
White with #448FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FDB; }
p { color: rgb(68,143,219); }
H1.HeaderClassName
{
color: #448FDB;
}
.AnyTagClassName
{
color: #448FDB;
}
</style>
background-color css
<style>
a { background-color: #448FDB; }
a { background-color: rgb(68,143,219); }
div.DivClassName
{
background-color: #448FDB;
}
.BgClassName
{
background-color: #448FDB;
}
</style>
border-color css
<style>
span { border-color: #448FDB; }
span { border-color: rgb(68,143,219); }
td.TdClassName
{
border-color: #448FDB;
}
.TagClassName
{
border-color: #448FDB;
}
</style>