Shades of Cornflower Blue #449AFC
Tints of Cornflower Blue #449AFC
RGB
CMYK
RGB Variations
Color information
#449AFC (or 0x449AFC) is known color: Cornflower Blue. HEX triplet: 44, 9A and FC. RGB value is (68,154,252). Sum of RGB (Red+Green+Blue) = 68+154+252=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #449AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AFC is #BB6503. Grayscale: #8A8A8A. Windows color (decimal): -12281092 or 16554564. OLE color: 16554564.
HSL color Cylindrical-coordinate representation of color #449AFC: hue angle of 211.96º 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 #449AFC is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 154 | 252 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.01 |
| HSL | 211.96º | 0.97% | 0.63% | - |
| HSV(B) | 211.96º | 0.73% | 0.99% | - |
| XYZ | 31.51 | 31.37 | 96.49 | - |
| YUV | 139.46 | 191.51 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 252 | 0.73 | 0.39 | 0 | 0.01 | 211.96 | 0.97 | 0.63 |
| Hex | 44 | 9A | FC | 49 | 27 | 0 | 1 | D4 | 61 | 3F |
| Octal | 104 | 232 | 374 | 111 | 47 | 0 | 1 | 324 | 141 | 77 |
| Binary | 1000100 | 10011010 | 11111100 | 1001001 | 100111 | 0 | 1 | 11010100 | 1100001 | 111111 |
Color Harmonies of #449AFC
Complementary color
Monochromatic Colors of #449AFC
Black with #449AFC
Text Example
Text Example
White with #449AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AFC; }
p { color: rgb(68,154,252); }
H1.HeaderClassName
{
color: #449AFC;
}
.AnyTagClassName
{
color: #449AFC;
}
</style>
background-color css
<style>
a { background-color: #449AFC; }
a { background-color: rgb(68,154,252); }
div.DivClassName
{
background-color: #449AFC;
}
.BgClassName
{
background-color: #449AFC;
}
</style>
border-color css
<style>
span { border-color: #449AFC; }
span { border-color: rgb(68,154,252); }
td.TdClassName
{
border-color: #449AFC;
}
.TagClassName
{
border-color: #449AFC;
}
</style>