Shades of Picton Blue #448DDE
Tints of Picton Blue #448DDE
RGB
CMYK
RGB Variations
Color information
#448DDE (or 0x448DDE) is known color: Picton Blue. HEX triplet: 44, 8D and DE. RGB value is (68,141,222). Sum of RGB (Red+Green+Blue) = 68+141+222=431 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.78% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #448DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DDE is #BB7221. Grayscale: #808080. Windows color (decimal): -12284450 or 14585156. OLE color: 14585156.
HSL color Cylindrical-coordinate representation of color #448DDE: hue angle of 211.56º 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 #448DDE is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 141 | 222 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.13 |
| HSL | 211.56º | 0.7% | 0.57% | - |
| HSV(B) | 211.56º | 0.69% | 0.87% | - |
| XYZ | 25.09 | 25.55 | 72.72 | - |
| YUV | 128.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 222 | 0.69 | 0.36 | 0 | 0.13 | 211.56 | 0.7 | 0.57 |
| Hex | 44 | 8D | DE | 45 | 24 | 0 | D | D4 | 46 | 39 |
| Octal | 104 | 215 | 336 | 105 | 44 | 0 | 15 | 324 | 106 | 71 |
| Binary | 1000100 | 10001101 | 11011110 | 1000101 | 100100 | 0 | 1101 | 11010100 | 1000110 | 111001 |
Color Harmonies of #448DDE
Complementary color
Monochromatic Colors of #448DDE
Black with #448DDE
Text Example
Text Example
White with #448DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DDE; }
p { color: rgb(68,141,222); }
H1.HeaderClassName
{
color: #448DDE;
}
.AnyTagClassName
{
color: #448DDE;
}
</style>
background-color css
<style>
a { background-color: #448DDE; }
a { background-color: rgb(68,141,222); }
div.DivClassName
{
background-color: #448DDE;
}
.BgClassName
{
background-color: #448DDE;
}
</style>
border-color css
<style>
span { border-color: #448DDE; }
span { border-color: rgb(68,141,222); }
td.TdClassName
{
border-color: #448DDE;
}
.TagClassName
{
border-color: #448DDE;
}
</style>