Shades of Curious Blue #448FCF
Tints of Curious Blue #448FCF
RGB
CMYK
RGB Variations
Color information
#448FCF (or 0x448FCF) is known color: Curious Blue. HEX triplet: 44, 8F and CF. RGB value is (68,143,207). Sum of RGB (Red+Green+Blue) = 68+143+207=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #448FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FCF is #BB7030. Grayscale: #7F7F7F. Windows color (decimal): -12283953 or 13602628. OLE color: 13602628.
HSL color Cylindrical-coordinate representation of color #448FCF: hue angle of 207.63º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448FCF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 143 | 207 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.19 |
| HSL | 207.63º | 0.59% | 0.54% | - |
| HSV(B) | 207.63º | 0.67% | 0.81% | - |
| XYZ | 23.47 | 25.38 | 62.69 | - |
| YUV | 127.87 | 172.65 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 207 | 0.67 | 0.31 | 0 | 0.19 | 207.63 | 0.59 | 0.54 |
| Hex | 44 | 8F | CF | 43 | 1F | 0 | 13 | D0 | 3B | 36 |
| Octal | 104 | 217 | 317 | 103 | 37 | 0 | 23 | 320 | 73 | 66 |
| Binary | 1000100 | 10001111 | 11001111 | 1000011 | 11111 | 0 | 10011 | 11010000 | 111011 | 110110 |
Color Harmonies of #448FCF
Complementary color
Monochromatic Colors of #448FCF
Black with #448FCF
Text Example
Text Example
White with #448FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FCF; }
p { color: rgb(68,143,207); }
H1.HeaderClassName
{
color: #448FCF;
}
.AnyTagClassName
{
color: #448FCF;
}
</style>
background-color css
<style>
a { background-color: #448FCF; }
a { background-color: rgb(68,143,207); }
div.DivClassName
{
background-color: #448FCF;
}
.BgClassName
{
background-color: #448FCF;
}
</style>
border-color css
<style>
span { border-color: #448FCF; }
span { border-color: rgb(68,143,207); }
td.TdClassName
{
border-color: #448FCF;
}
.TagClassName
{
border-color: #448FCF;
}
</style>