Shades of Cornflower Blue #449DFF
Tints of Cornflower Blue #449DFF
RGB
CMYK
RGB Variations
Color information
#449DFF (or 0x449DFF) is known color: Cornflower Blue. HEX triplet: 44, 9D and FF. RGB value is (68,157,255). Sum of RGB (Red+Green+Blue) = 68+157+255=480 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.17% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #449DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449DFF is #BB6200. Grayscale: #8D8D8D. Windows color (decimal): -12280321 or 16751940. OLE color: 16751940.
HSL color Cylindrical-coordinate representation of color #449DFF: hue angle of 211.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449DFF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 157 | 255 | - |
| CMYK | 0.73 | 0.38 | 0 | 0 |
| HSL | 211.44º | 1% | 0.63% | - |
| HSV(B) | 211.44º | 0.73% | 1% | - |
| XYZ | 32.49 | 32.56 | 99.18 | - |
| YUV | 141.56 | 192.01 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 255 | 0.73 | 0.38 | 0 | 0 | 211.44 | 1 | 0.63 |
| Hex | 44 | 9D | FF | 49 | 26 | 0 | 0 | D3 | 64 | 3F |
| Octal | 104 | 235 | 377 | 111 | 46 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000100 | 10011101 | 11111111 | 1001001 | 100110 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #449DFF
Complementary color
Monochromatic Colors of #449DFF
Black with #449DFF
Text Example
Text Example
White with #449DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DFF; }
p { color: rgb(68,157,255); }
H1.HeaderClassName
{
color: #449DFF;
}
.AnyTagClassName
{
color: #449DFF;
}
</style>
background-color css
<style>
a { background-color: #449DFF; }
a { background-color: rgb(68,157,255); }
div.DivClassName
{
background-color: #449DFF;
}
.BgClassName
{
background-color: #449DFF;
}
</style>
border-color css
<style>
span { border-color: #449DFF; }
span { border-color: rgb(68,157,255); }
td.TdClassName
{
border-color: #449DFF;
}
.TagClassName
{
border-color: #449DFF;
}
</style>