Shades of Picton Blue #448EDF
Tints of Picton Blue #448EDF
RGB
CMYK
RGB Variations
Color information
#448EDF (or 0x448EDF) is known color: Picton Blue. HEX triplet: 44, 8E and DF. RGB value is (68,142,223). Sum of RGB (Red+Green+Blue) = 68+142+223=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #448EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EDF is #BB7120. Grayscale: #808080. Windows color (decimal): -12284193 or 14650948. OLE color: 14650948.
HSL color Cylindrical-coordinate representation of color #448EDF: hue angle of 211.35º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #448EDF is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 142 | 223 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.13 |
| HSL | 211.35º | 0.71% | 0.57% | - |
| HSV(B) | 211.35º | 0.7% | 0.87% | - |
| XYZ | 25.38 | 25.9 | 73.47 | - |
| YUV | 129.11 | 180.98 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 223 | 0.70 | 0.36 | 0 | 0.13 | 211.35 | 0.71 | 0.57 |
| Hex | 44 | 8E | DF | 46 | 24 | 0 | D | D3 | 47 | 39 |
| Octal | 104 | 216 | 337 | 106 | 44 | 0 | 15 | 323 | 107 | 71 |
| Binary | 1000100 | 10001110 | 11011111 | 1000110 | 100100 | 0 | 1101 | 11010011 | 1000111 | 111001 |
Color Harmonies of #448EDF
Complementary color
Monochromatic Colors of #448EDF
Black with #448EDF
Text Example
Text Example
White with #448EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EDF; }
p { color: rgb(68,142,223); }
H1.HeaderClassName
{
color: #448EDF;
}
.AnyTagClassName
{
color: #448EDF;
}
</style>
background-color css
<style>
a { background-color: #448EDF; }
a { background-color: rgb(68,142,223); }
div.DivClassName
{
background-color: #448EDF;
}
.BgClassName
{
background-color: #448EDF;
}
</style>
border-color css
<style>
span { border-color: #448EDF; }
span { border-color: rgb(68,142,223); }
td.TdClassName
{
border-color: #448EDF;
}
.TagClassName
{
border-color: #448EDF;
}
</style>