Shades of Curious Blue #448FCA
Tints of Curious Blue #448FCA
RGB
CMYK
RGB Variations
Color information
#448FCA (or 0x448FCA) is known color: Curious Blue. HEX triplet: 44, 8F and CA. RGB value is (68,143,202). Sum of RGB (Red+Green+Blue) = 68+143+202=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #448FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FCA is #BB7035. Grayscale: #7E7E7E. Windows color (decimal): -12283958 or 13274948. OLE color: 13274948.
HSL color Cylindrical-coordinate representation of color #448FCA: hue angle of 206.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448FCA is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 143 | 202 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.21 |
| HSL | 206.42º | 0.56% | 0.53% | - |
| HSV(B) | 206.42º | 0.66% | 0.79% | - |
| XYZ | 22.87 | 25.14 | 59.52 | - |
| YUV | 127.3 | 170.15 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 143 | 202 | 0.66 | 0.29 | 0 | 0.21 | 206.42 | 0.56 | 0.53 |
| Hex | 44 | 8F | CA | 42 | 1D | 0 | 15 | CE | 38 | 35 |
| Octal | 104 | 217 | 312 | 102 | 35 | 0 | 25 | 316 | 70 | 65 |
| Binary | 1000100 | 10001111 | 11001010 | 1000010 | 11101 | 0 | 10101 | 11001110 | 111000 | 110101 |
Color Harmonies of #448FCA
Complementary color
Monochromatic Colors of #448FCA
Black with #448FCA
Text Example
Text Example
White with #448FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448FCA; }
p { color: rgb(68,143,202); }
H1.HeaderClassName
{
color: #448FCA;
}
.AnyTagClassName
{
color: #448FCA;
}
</style>
background-color css
<style>
a { background-color: #448FCA; }
a { background-color: rgb(68,143,202); }
div.DivClassName
{
background-color: #448FCA;
}
.BgClassName
{
background-color: #448FCA;
}
</style>
border-color css
<style>
span { border-color: #448FCA; }
span { border-color: rgb(68,143,202); }
td.TdClassName
{
border-color: #448FCA;
}
.TagClassName
{
border-color: #448FCA;
}
</style>