Shades of Cornflower Blue #449CFE
Tints of Cornflower Blue #449CFE
RGB
CMYK
RGB Variations
Color information
#449CFE (or 0x449CFE) is known color: Cornflower Blue. HEX triplet: 44, 9C and FE. RGB value is (68,156,254). Sum of RGB (Red+Green+Blue) = 68+156+254=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #449CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CFE is #BB6301. Grayscale: #8C8C8C. Windows color (decimal): -12280578 or 16686148. OLE color: 16686148.
HSL color Cylindrical-coordinate representation of color #449CFE: hue angle of 211.61º 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 #449CFE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 156 | 254 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.00 |
| HSL | 211.61º | 0.99% | 0.63% | - |
| HSV(B) | 211.61º | 0.73% | 1% | - |
| XYZ | 32.16 | 32.16 | 98.28 | - |
| YUV | 140.86 | 191.85 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 254 | 0.73 | 0.39 | 0 | 0.00 | 211.61 | 0.99 | 0.63 |
| Hex | 44 | 9C | FE | 49 | 27 | 0 | 0 | D4 | 63 | 3F |
| Octal | 104 | 234 | 376 | 111 | 47 | 0 | 0 | 324 | 143 | 77 |
| Binary | 1000100 | 10011100 | 11111110 | 1001001 | 100111 | 0 | 0 | 11010100 | 1100011 | 111111 |
Color Harmonies of #449CFE
Complementary color
Monochromatic Colors of #449CFE
Black with #449CFE
Text Example
Text Example
White with #449CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CFE; }
p { color: rgb(68,156,254); }
H1.HeaderClassName
{
color: #449CFE;
}
.AnyTagClassName
{
color: #449CFE;
}
</style>
background-color css
<style>
a { background-color: #449CFE; }
a { background-color: rgb(68,156,254); }
div.DivClassName
{
background-color: #449CFE;
}
.BgClassName
{
background-color: #449CFE;
}
</style>
border-color css
<style>
span { border-color: #449CFE; }
span { border-color: rgb(68,156,254); }
td.TdClassName
{
border-color: #449CFE;
}
.TagClassName
{
border-color: #449CFE;
}
</style>