Shades of Cornflower Blue #449AFF
Tints of Cornflower Blue #449AFF
RGB
CMYK
RGB Variations
Color information
#449AFF (or 0x449AFF) is known color: Cornflower Blue. HEX triplet: 44, 9A and FF. RGB value is (68,154,255). Sum of RGB (Red+Green+Blue) = 68+154+255=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #449AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AFF is #BB6500. Grayscale: #8B8B8B. Windows color (decimal): -12281089 or 16751172. OLE color: 16751172.
HSL color Cylindrical-coordinate representation of color #449AFF: hue angle of 212.41º 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 #449AFF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 154 | 255 | - |
| CMYK | 0.73 | 0.40 | 0 | 0 |
| HSL | 212.41º | 1% | 0.63% | - |
| HSV(B) | 212.41º | 0.73% | 1% | - |
| XYZ | 31.99 | 31.56 | 99.01 | - |
| YUV | 139.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 255 | 0.73 | 0.40 | 0 | 0 | 212.41 | 1 | 0.63 |
| Hex | 44 | 9A | FF | 49 | 28 | 0 | 0 | D4 | 64 | 3F |
| Octal | 104 | 232 | 377 | 111 | 50 | 0 | 0 | 324 | 144 | 77 |
| Binary | 1000100 | 10011010 | 11111111 | 1001001 | 101000 | 0 | 0 | 11010100 | 1100100 | 111111 |
Color Harmonies of #449AFF
Complementary color
Monochromatic Colors of #449AFF
Black with #449AFF
Text Example
Text Example
White with #449AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AFF; }
p { color: rgb(68,154,255); }
H1.HeaderClassName
{
color: #449AFF;
}
.AnyTagClassName
{
color: #449AFF;
}
</style>
background-color css
<style>
a { background-color: #449AFF; }
a { background-color: rgb(68,154,255); }
div.DivClassName
{
background-color: #449AFF;
}
.BgClassName
{
background-color: #449AFF;
}
</style>
border-color css
<style>
span { border-color: #449AFF; }
span { border-color: rgb(68,154,255); }
td.TdClassName
{
border-color: #449AFF;
}
.TagClassName
{
border-color: #449AFF;
}
</style>