Shades of Curious Blue #448FC8
Tints of Curious Blue #448FC8
RGB
CMYK
RGB Variations
Color information
#448FC8 (or 0x448FC8) is known color: Curious Blue. HEX triplet: 44, 8F and C8. RGB value is (68,143,200). Sum of RGB (Red+Green+Blue) = 68+143+200=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #448FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FC8 is #BB7037. Grayscale: #7E7E7E. Windows color (decimal): -12283960 or 13143876. OLE color: 13143876.
HSL color Cylindrical-coordinate representation of color #448FC8: hue angle of 205.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448FC8 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 143 | 200 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.22 |
| HSL | 205.91º | 0.55% | 0.53% | - |
| HSV(B) | 205.91º | 0.66% | 0.78% | - |
| XYZ | 22.63 | 25.04 | 58.28 | - |
| YUV | 127.07 | 169.15 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 200 | 0.66 | 0.28 | 0 | 0.22 | 205.91 | 0.55 | 0.53 |
| Hex | 44 | 8F | C8 | 42 | 1C | 0 | 16 | CE | 37 | 35 |
| Octal | 104 | 217 | 310 | 102 | 34 | 0 | 26 | 316 | 67 | 65 |
| Binary | 1000100 | 10001111 | 11001000 | 1000010 | 11100 | 0 | 10110 | 11001110 | 110111 | 110101 |
Color Harmonies of #448FC8
Complementary color
Monochromatic Colors of #448FC8
Black with #448FC8
Text Example
Text Example
White with #448FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FC8; }
p { color: rgb(68,143,200); }
H1.HeaderClassName
{
color: #448FC8;
}
.AnyTagClassName
{
color: #448FC8;
}
</style>
background-color css
<style>
a { background-color: #448FC8; }
a { background-color: rgb(68,143,200); }
div.DivClassName
{
background-color: #448FC8;
}
.BgClassName
{
background-color: #448FC8;
}
</style>
border-color css
<style>
span { border-color: #448FC8; }
span { border-color: rgb(68,143,200); }
td.TdClassName
{
border-color: #448FC8;
}
.TagClassName
{
border-color: #448FC8;
}
</style>