Shades of Cornflower Blue #449AFA
Tints of Cornflower Blue #449AFA
RGB
CMYK
RGB Variations
Color information
#449AFA (or 0x449AFA) is known color: Cornflower Blue. HEX triplet: 44, 9A and FA. RGB value is (68,154,250). Sum of RGB (Red+Green+Blue) = 68+154+250=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #449AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AFA is #BB6505. Grayscale: #8A8A8A. Windows color (decimal): -12281094 or 16423492. OLE color: 16423492.
HSL color Cylindrical-coordinate representation of color #449AFA: hue angle of 211.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449AFA is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 154 | 250 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.02 |
| HSL | 211.65º | 0.95% | 0.62% | - |
| HSV(B) | 211.65º | 0.73% | 0.98% | - |
| XYZ | 31.19 | 31.24 | 94.83 | - |
| YUV | 139.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 250 | 0.73 | 0.38 | 0 | 0.02 | 211.65 | 0.95 | 0.62 |
| Hex | 44 | 9A | FA | 49 | 26 | 0 | 2 | D4 | 5F | 3E |
| Octal | 104 | 232 | 372 | 111 | 46 | 0 | 2 | 324 | 137 | 76 |
| Binary | 1000100 | 10011010 | 11111010 | 1001001 | 100110 | 0 | 10 | 11010100 | 1011111 | 111110 |
Color Harmonies of #449AFA
Complementary color
Monochromatic Colors of #449AFA
Black with #449AFA
Text Example
Text Example
White with #449AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AFA; }
p { color: rgb(68,154,250); }
H1.HeaderClassName
{
color: #449AFA;
}
.AnyTagClassName
{
color: #449AFA;
}
</style>
background-color css
<style>
a { background-color: #449AFA; }
a { background-color: rgb(68,154,250); }
div.DivClassName
{
background-color: #449AFA;
}
.BgClassName
{
background-color: #449AFA;
}
</style>
border-color css
<style>
span { border-color: #449AFA; }
span { border-color: rgb(68,154,250); }
td.TdClassName
{
border-color: #449AFA;
}
.TagClassName
{
border-color: #449AFA;
}
</style>