Shades of Picton Blue #448CDE
Tints of Picton Blue #448CDE
RGB
CMYK
RGB Variations
Color information
#448CDE (or 0x448CDE) is known color: Picton Blue. HEX triplet: 44, 8C and DE. RGB value is (68,140,222). Sum of RGB (Red+Green+Blue) = 68+140+222=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #448CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CDE is #BB7321. Grayscale: #7F7F7F. Windows color (decimal): -12284706 or 14584900. OLE color: 14584900.
HSL color Cylindrical-coordinate representation of color #448CDE: hue angle of 211.95º 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 #448CDE is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 140 | 222 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.13 |
| HSL | 211.95º | 0.7% | 0.57% | - |
| HSV(B) | 211.95º | 0.69% | 0.87% | - |
| XYZ | 24.95 | 25.26 | 72.67 | - |
| YUV | 127.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 222 | 0.69 | 0.37 | 0 | 0.13 | 211.95 | 0.7 | 0.57 |
| Hex | 44 | 8C | DE | 45 | 25 | 0 | D | D4 | 46 | 39 |
| Octal | 104 | 214 | 336 | 105 | 45 | 0 | 15 | 324 | 106 | 71 |
| Binary | 1000100 | 10001100 | 11011110 | 1000101 | 100101 | 0 | 1101 | 11010100 | 1000110 | 111001 |
Color Harmonies of #448CDE
Complementary color
Monochromatic Colors of #448CDE
Black with #448CDE
Text Example
Text Example
White with #448CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CDE; }
p { color: rgb(68,140,222); }
H1.HeaderClassName
{
color: #448CDE;
}
.AnyTagClassName
{
color: #448CDE;
}
</style>
background-color css
<style>
a { background-color: #448CDE; }
a { background-color: rgb(68,140,222); }
div.DivClassName
{
background-color: #448CDE;
}
.BgClassName
{
background-color: #448CDE;
}
</style>
border-color css
<style>
span { border-color: #448CDE; }
span { border-color: rgb(68,140,222); }
td.TdClassName
{
border-color: #448CDE;
}
.TagClassName
{
border-color: #448CDE;
}
</style>