Shades of Cornflower Blue #449EFC
Tints of Cornflower Blue #449EFC
RGB
CMYK
RGB Variations
Color information
#449EFC (or 0x449EFC) is known color: Cornflower Blue. HEX triplet: 44, 9E and FC. RGB value is (68,158,252). Sum of RGB (Red+Green+Blue) = 68+158+252=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #449EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EFC is #BB6103. Grayscale: #8D8D8D. Windows color (decimal): -12280068 or 16555588. OLE color: 16555588.
HSL color Cylindrical-coordinate representation of color #449EFC: hue angle of 210.65º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449EFC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 158 | 252 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.01 |
| HSL | 210.65º | 0.97% | 0.63% | - |
| HSV(B) | 210.65º | 0.73% | 0.99% | - |
| XYZ | 32.18 | 32.71 | 96.71 | - |
| YUV | 141.81 | 190.18 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 252 | 0.73 | 0.37 | 0 | 0.01 | 210.65 | 0.97 | 0.63 |
| Hex | 44 | 9E | FC | 49 | 25 | 0 | 1 | D3 | 61 | 3F |
| Octal | 104 | 236 | 374 | 111 | 45 | 0 | 1 | 323 | 141 | 77 |
| Binary | 1000100 | 10011110 | 11111100 | 1001001 | 100101 | 0 | 1 | 11010011 | 1100001 | 111111 |
Color Harmonies of #449EFC
Complementary color
Monochromatic Colors of #449EFC
Black with #449EFC
Text Example
Text Example
White with #449EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449EFC; }
p { color: rgb(68,158,252); }
H1.HeaderClassName
{
color: #449EFC;
}
.AnyTagClassName
{
color: #449EFC;
}
</style>
background-color css
<style>
a { background-color: #449EFC; }
a { background-color: rgb(68,158,252); }
div.DivClassName
{
background-color: #449EFC;
}
.BgClassName
{
background-color: #449EFC;
}
</style>
border-color css
<style>
span { border-color: #449EFC; }
span { border-color: rgb(68,158,252); }
td.TdClassName
{
border-color: #449EFC;
}
.TagClassName
{
border-color: #449EFC;
}
</style>