Shades of Cornflower Blue #449BFE
Tints of Cornflower Blue #449BFE
RGB
CMYK
RGB Variations
Color information
#449BFE (or 0x449BFE) is known color: Cornflower Blue. HEX triplet: 44, 9B and FE. RGB value is (68,155,254). Sum of RGB (Red+Green+Blue) = 68+155+254=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #449BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BFE is #BB6401. Grayscale: #8B8B8B. Windows color (decimal): -12280834 or 16685892. OLE color: 16685892.
HSL color Cylindrical-coordinate representation of color #449BFE: hue angle of 211.94º 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 #449BFE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 155 | 254 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.00 |
| HSL | 211.94º | 0.99% | 0.63% | - |
| HSV(B) | 211.94º | 0.73% | 1% | - |
| XYZ | 31.99 | 31.83 | 98.22 | - |
| YUV | 140.27 | 192.18 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 254 | 0.73 | 0.39 | 0 | 0.00 | 211.94 | 0.99 | 0.63 |
| Hex | 44 | 9B | FE | 49 | 27 | 0 | 0 | D4 | 63 | 3F |
| Octal | 104 | 233 | 376 | 111 | 47 | 0 | 0 | 324 | 143 | 77 |
| Binary | 1000100 | 10011011 | 11111110 | 1001001 | 100111 | 0 | 0 | 11010100 | 1100011 | 111111 |
Color Harmonies of #449BFE
Complementary color
Monochromatic Colors of #449BFE
Black with #449BFE
Text Example
Text Example
White with #449BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BFE; }
p { color: rgb(68,155,254); }
H1.HeaderClassName
{
color: #449BFE;
}
.AnyTagClassName
{
color: #449BFE;
}
</style>
background-color css
<style>
a { background-color: #449BFE; }
a { background-color: rgb(68,155,254); }
div.DivClassName
{
background-color: #449BFE;
}
.BgClassName
{
background-color: #449BFE;
}
</style>
border-color css
<style>
span { border-color: #449BFE; }
span { border-color: rgb(68,155,254); }
td.TdClassName
{
border-color: #449BFE;
}
.TagClassName
{
border-color: #449BFE;
}
</style>