Shades of Picton Blue #448FDE
Tints of Picton Blue #448FDE
RGB
CMYK
RGB Variations
Color information
#448FDE (or 0x448FDE) is known color: Picton Blue. HEX triplet: 44, 8F and DE. RGB value is (68,143,222). Sum of RGB (Red+Green+Blue) = 68+143+222=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #448FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FDE is #BB7021. Grayscale: #818181. Windows color (decimal): -12283938 or 14585668. OLE color: 14585668.
HSL color Cylindrical-coordinate representation of color #448FDE: hue angle of 210.78º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #448FDE is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 143 | 222 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.13 |
| HSL | 210.78º | 0.7% | 0.57% | - |
| HSV(B) | 210.78º | 0.69% | 0.87% | - |
| XYZ | 25.39 | 26.15 | 72.82 | - |
| YUV | 129.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 222 | 0.69 | 0.36 | 0 | 0.13 | 210.78 | 0.7 | 0.57 |
| Hex | 44 | 8F | DE | 45 | 24 | 0 | D | D3 | 46 | 39 |
| Octal | 104 | 217 | 336 | 105 | 44 | 0 | 15 | 323 | 106 | 71 |
| Binary | 1000100 | 10001111 | 11011110 | 1000101 | 100100 | 0 | 1101 | 11010011 | 1000110 | 111001 |
Color Harmonies of #448FDE
Complementary color
Monochromatic Colors of #448FDE
Black with #448FDE
Text Example
Text Example
White with #448FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FDE; }
p { color: rgb(68,143,222); }
H1.HeaderClassName
{
color: #448FDE;
}
.AnyTagClassName
{
color: #448FDE;
}
</style>
background-color css
<style>
a { background-color: #448FDE; }
a { background-color: rgb(68,143,222); }
div.DivClassName
{
background-color: #448FDE;
}
.BgClassName
{
background-color: #448FDE;
}
</style>
border-color css
<style>
span { border-color: #448FDE; }
span { border-color: rgb(68,143,222); }
td.TdClassName
{
border-color: #448FDE;
}
.TagClassName
{
border-color: #448FDE;
}
</style>