Shades of Cornflower Blue #449AFE
Tints of Cornflower Blue #449AFE
RGB
CMYK
RGB Variations
Color information
#449AFE (or 0x449AFE) is known color: Cornflower Blue. HEX triplet: 44, 9A and FE. RGB value is (68,154,254). Sum of RGB (Red+Green+Blue) = 68+154+254=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #449AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AFE is #BB6501. Grayscale: #8B8B8B. Windows color (decimal): -12281090 or 16685636. OLE color: 16685636.
HSL color Cylindrical-coordinate representation of color #449AFE: hue angle of 212.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449AFE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 154 | 254 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.00 |
| HSL | 212.26º | 0.99% | 0.63% | - |
| HSV(B) | 212.26º | 0.73% | 1% | - |
| XYZ | 31.83 | 31.5 | 98.17 | - |
| YUV | 139.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 254 | 0.73 | 0.39 | 0 | 0.00 | 212.26 | 0.99 | 0.63 |
| Hex | 44 | 9A | FE | 49 | 27 | 0 | 0 | D4 | 63 | 3F |
| Octal | 104 | 232 | 376 | 111 | 47 | 0 | 0 | 324 | 143 | 77 |
| Binary | 1000100 | 10011010 | 11111110 | 1001001 | 100111 | 0 | 0 | 11010100 | 1100011 | 111111 |
Color Harmonies of #449AFE
Complementary color
Monochromatic Colors of #449AFE
Black with #449AFE
Text Example
Text Example
White with #449AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AFE; }
p { color: rgb(68,154,254); }
H1.HeaderClassName
{
color: #449AFE;
}
.AnyTagClassName
{
color: #449AFE;
}
</style>
background-color css
<style>
a { background-color: #449AFE; }
a { background-color: rgb(68,154,254); }
div.DivClassName
{
background-color: #449AFE;
}
.BgClassName
{
background-color: #449AFE;
}
</style>
border-color css
<style>
span { border-color: #449AFE; }
span { border-color: rgb(68,154,254); }
td.TdClassName
{
border-color: #449AFE;
}
.TagClassName
{
border-color: #449AFE;
}
</style>