Shades of Cornflower Blue #449DFC
Tints of Cornflower Blue #449DFC
RGB
CMYK
RGB Variations
Color information
#449DFC (or 0x449DFC) is known color: Cornflower Blue. HEX triplet: 44, 9D and FC. RGB value is (68,157,252). Sum of RGB (Red+Green+Blue) = 68+157+252=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #449DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449DFC is #BB6203. Grayscale: #8C8C8C. Windows color (decimal): -12280324 or 16555332. OLE color: 16555332.
HSL color Cylindrical-coordinate representation of color #449DFC: hue angle of 210.98º 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 #449DFC is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 157 | 252 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.01 |
| HSL | 210.98º | 0.97% | 0.63% | - |
| HSV(B) | 210.98º | 0.73% | 0.99% | - |
| XYZ | 32.01 | 32.37 | 96.66 | - |
| YUV | 141.22 | 190.51 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 252 | 0.73 | 0.38 | 0 | 0.01 | 210.98 | 0.97 | 0.63 |
| Hex | 44 | 9D | FC | 49 | 26 | 0 | 1 | D3 | 61 | 3F |
| Octal | 104 | 235 | 374 | 111 | 46 | 0 | 1 | 323 | 141 | 77 |
| Binary | 1000100 | 10011101 | 11111100 | 1001001 | 100110 | 0 | 1 | 11010011 | 1100001 | 111111 |
Color Harmonies of #449DFC
Complementary color
Monochromatic Colors of #449DFC
Black with #449DFC
Text Example
Text Example
White with #449DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DFC; }
p { color: rgb(68,157,252); }
H1.HeaderClassName
{
color: #449DFC;
}
.AnyTagClassName
{
color: #449DFC;
}
</style>
background-color css
<style>
a { background-color: #449DFC; }
a { background-color: rgb(68,157,252); }
div.DivClassName
{
background-color: #449DFC;
}
.BgClassName
{
background-color: #449DFC;
}
</style>
border-color css
<style>
span { border-color: #449DFC; }
span { border-color: rgb(68,157,252); }
td.TdClassName
{
border-color: #449DFC;
}
.TagClassName
{
border-color: #449DFC;
}
</style>