Shades of Curious Blue #448CCF
Tints of Curious Blue #448CCF
RGB
CMYK
RGB Variations
Color information
#448CCF (or 0x448CCF) is known color: Curious Blue. HEX triplet: 44, 8C and CF. RGB value is (68,140,207). Sum of RGB (Red+Green+Blue) = 68+140+207=415 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.39% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #448CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CCF is #BB7330. Grayscale: #7D7D7D. Windows color (decimal): -12284721 or 13601860. OLE color: 13601860.
HSL color Cylindrical-coordinate representation of color #448CCF: hue angle of 208.92º 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 #448CCF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 140 | 207 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.19 |
| HSL | 208.92º | 0.59% | 0.54% | - |
| HSV(B) | 208.92º | 0.67% | 0.81% | - |
| XYZ | 23.02 | 24.49 | 62.55 | - |
| YUV | 126.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 207 | 0.67 | 0.32 | 0 | 0.19 | 208.92 | 0.59 | 0.54 |
| Hex | 44 | 8C | CF | 43 | 20 | 0 | 13 | D1 | 3B | 36 |
| Octal | 104 | 214 | 317 | 103 | 40 | 0 | 23 | 321 | 73 | 66 |
| Binary | 1000100 | 10001100 | 11001111 | 1000011 | 100000 | 0 | 10011 | 11010001 | 111011 | 110110 |
Color Harmonies of #448CCF
Complementary color
Monochromatic Colors of #448CCF
Black with #448CCF
Text Example
Text Example
White with #448CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CCF; }
p { color: rgb(68,140,207); }
H1.HeaderClassName
{
color: #448CCF;
}
.AnyTagClassName
{
color: #448CCF;
}
</style>
background-color css
<style>
a { background-color: #448CCF; }
a { background-color: rgb(68,140,207); }
div.DivClassName
{
background-color: #448CCF;
}
.BgClassName
{
background-color: #448CCF;
}
</style>
border-color css
<style>
span { border-color: #448CCF; }
span { border-color: rgb(68,140,207); }
td.TdClassName
{
border-color: #448CCF;
}
.TagClassName
{
border-color: #448CCF;
}
</style>