Shades of Picton Blue #448FD7
Tints of Picton Blue #448FD7
RGB
CMYK
RGB Variations
Color information
#448FD7 (or 0x448FD7) is known color: Picton Blue. HEX triplet: 44, 8F and D7. RGB value is (68,143,215). Sum of RGB (Red+Green+Blue) = 68+143+215=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #448FD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FD7 is #BB7028. Grayscale: #808080. Windows color (decimal): -12283945 or 14126916. OLE color: 14126916.
HSL color Cylindrical-coordinate representation of color #448FD7: hue angle of 209.39º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #448FD7 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 143 | 215 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.16 |
| HSL | 209.39º | 0.65% | 0.55% | - |
| HSV(B) | 209.39º | 0.68% | 0.84% | - |
| XYZ | 24.47 | 25.78 | 67.98 | - |
| YUV | 128.78 | 176.65 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 215 | 0.68 | 0.33 | 0 | 0.16 | 209.39 | 0.65 | 0.55 |
| Hex | 44 | 8F | D7 | 44 | 21 | 0 | 10 | D1 | 41 | 37 |
| Octal | 104 | 217 | 327 | 104 | 41 | 0 | 20 | 321 | 101 | 67 |
| Binary | 1000100 | 10001111 | 11010111 | 1000100 | 100001 | 0 | 10000 | 11010001 | 1000001 | 110111 |
Color Harmonies of #448FD7
Complementary color
Monochromatic Colors of #448FD7
Black with #448FD7
Text Example
Text Example
White with #448FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FD7; }
p { color: rgb(68,143,215); }
H1.HeaderClassName
{
color: #448FD7;
}
.AnyTagClassName
{
color: #448FD7;
}
</style>
background-color css
<style>
a { background-color: #448FD7; }
a { background-color: rgb(68,143,215); }
div.DivClassName
{
background-color: #448FD7;
}
.BgClassName
{
background-color: #448FD7;
}
</style>
border-color css
<style>
span { border-color: #448FD7; }
span { border-color: rgb(68,143,215); }
td.TdClassName
{
border-color: #448FD7;
}
.TagClassName
{
border-color: #448FD7;
}
</style>