Shades of Picton Blue #448CDD
Tints of Picton Blue #448CDD
RGB
CMYK
RGB Variations
Color information
#448CDD (or 0x448CDD) is known color: Picton Blue. HEX triplet: 44, 8C and DD. RGB value is (68,140,221). Sum of RGB (Red+Green+Blue) = 68+140+221=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #448CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CDD is #BB7322. Grayscale: #7F7F7F. Windows color (decimal): -12284707 or 14519364. OLE color: 14519364.
HSL color Cylindrical-coordinate representation of color #448CDD: hue angle of 211.76º degrees, saturation: 0.69, 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 #448CDD is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 140 | 221 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.13 |
| HSL | 211.76º | 0.69% | 0.57% | - |
| HSV(B) | 211.76º | 0.69% | 0.87% | - |
| XYZ | 24.81 | 25.21 | 71.96 | - |
| YUV | 127.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 221 | 0.69 | 0.37 | 0 | 0.13 | 211.76 | 0.69 | 0.57 |
| Hex | 44 | 8C | DD | 45 | 25 | 0 | D | D4 | 45 | 39 |
| Octal | 104 | 214 | 335 | 105 | 45 | 0 | 15 | 324 | 105 | 71 |
| Binary | 1000100 | 10001100 | 11011101 | 1000101 | 100101 | 0 | 1101 | 11010100 | 1000101 | 111001 |
Color Harmonies of #448CDD
Complementary color
Monochromatic Colors of #448CDD
Black with #448CDD
Text Example
Text Example
White with #448CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CDD; }
p { color: rgb(68,140,221); }
H1.HeaderClassName
{
color: #448CDD;
}
.AnyTagClassName
{
color: #448CDD;
}
</style>
background-color css
<style>
a { background-color: #448CDD; }
a { background-color: rgb(68,140,221); }
div.DivClassName
{
background-color: #448CDD;
}
.BgClassName
{
background-color: #448CDD;
}
</style>
border-color css
<style>
span { border-color: #448CDD; }
span { border-color: rgb(68,140,221); }
td.TdClassName
{
border-color: #448CDD;
}
.TagClassName
{
border-color: #448CDD;
}
</style>