Shades of Curious Blue #448ECF
Tints of Curious Blue #448ECF
RGB
CMYK
RGB Variations
Color information
#448ECF (or 0x448ECF) is known color: Curious Blue. HEX triplet: 44, 8E and CF. RGB value is (68,142,207). Sum of RGB (Red+Green+Blue) = 68+142+207=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #448ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ECF is #BB7130. Grayscale: #7E7E7E. Windows color (decimal): -12284209 or 13602372. OLE color: 13602372.
HSL color Cylindrical-coordinate representation of color #448ECF: hue angle of 208.06º 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 #448ECF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 142 | 207 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.19 |
| HSL | 208.06º | 0.59% | 0.54% | - |
| HSV(B) | 208.06º | 0.67% | 0.81% | - |
| XYZ | 23.32 | 25.08 | 62.64 | - |
| YUV | 127.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 207 | 0.67 | 0.31 | 0 | 0.19 | 208.06 | 0.59 | 0.54 |
| Hex | 44 | 8E | CF | 43 | 1F | 0 | 13 | D0 | 3B | 36 |
| Octal | 104 | 216 | 317 | 103 | 37 | 0 | 23 | 320 | 73 | 66 |
| Binary | 1000100 | 10001110 | 11001111 | 1000011 | 11111 | 0 | 10011 | 11010000 | 111011 | 110110 |
Color Harmonies of #448ECF
Complementary color
Monochromatic Colors of #448ECF
Black with #448ECF
Text Example
Text Example
White with #448ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ECF; }
p { color: rgb(68,142,207); }
H1.HeaderClassName
{
color: #448ECF;
}
.AnyTagClassName
{
color: #448ECF;
}
</style>
background-color css
<style>
a { background-color: #448ECF; }
a { background-color: rgb(68,142,207); }
div.DivClassName
{
background-color: #448ECF;
}
.BgClassName
{
background-color: #448ECF;
}
</style>
border-color css
<style>
span { border-color: #448ECF; }
span { border-color: rgb(68,142,207); }
td.TdClassName
{
border-color: #448ECF;
}
.TagClassName
{
border-color: #448ECF;
}
</style>