Shades of Cornflower Blue #449FFE
Tints of Cornflower Blue #449FFE
RGB
CMYK
RGB Variations
Color information
#449FFE (or 0x449FFE) is known color: Cornflower Blue. HEX triplet: 44, 9F and FE. RGB value is (68,159,254). Sum of RGB (Red+Green+Blue) = 68+159+254=481 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.14% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #449FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449FFE is #BB6001. Grayscale: #8E8E8E. Windows color (decimal): -12279810 or 16686916. OLE color: 16686916.
HSL color Cylindrical-coordinate representation of color #449FFE: hue angle of 210.65º 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 #449FFE is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 159 | 254 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.00 |
| HSL | 210.65º | 0.99% | 0.63% | - |
| HSV(B) | 210.65º | 0.73% | 1% | - |
| XYZ | 32.67 | 33.18 | 98.45 | - |
| YUV | 142.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 254 | 0.73 | 0.37 | 0 | 0.00 | 210.65 | 0.99 | 0.63 |
| Hex | 44 | 9F | FE | 49 | 25 | 0 | 0 | D3 | 63 | 3F |
| Octal | 104 | 237 | 376 | 111 | 45 | 0 | 0 | 323 | 143 | 77 |
| Binary | 1000100 | 10011111 | 11111110 | 1001001 | 100101 | 0 | 0 | 11010011 | 1100011 | 111111 |
Color Harmonies of #449FFE
Complementary color
Monochromatic Colors of #449FFE
Black with #449FFE
Text Example
Text Example
White with #449FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FFE; }
p { color: rgb(68,159,254); }
H1.HeaderClassName
{
color: #449FFE;
}
.AnyTagClassName
{
color: #449FFE;
}
</style>
background-color css
<style>
a { background-color: #449FFE; }
a { background-color: rgb(68,159,254); }
div.DivClassName
{
background-color: #449FFE;
}
.BgClassName
{
background-color: #449FFE;
}
</style>
border-color css
<style>
span { border-color: #449FFE; }
span { border-color: rgb(68,159,254); }
td.TdClassName
{
border-color: #449FFE;
}
.TagClassName
{
border-color: #449FFE;
}
</style>