Shades of Cornflower Blue #449DFB
Tints of Cornflower Blue #449DFB
RGB
CMYK
RGB Variations
Color information
#449DFB (or 0x449DFB) is known color: Cornflower Blue. HEX triplet: 44, 9D and FB. RGB value is (68,157,251). Sum of RGB (Red+Green+Blue) = 68+157+251=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #449DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449DFB is #BB6204. Grayscale: #8C8C8C. Windows color (decimal): -12280325 or 16489796. OLE color: 16489796.
HSL color Cylindrical-coordinate representation of color #449DFB: hue angle of 210.82º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #449DFB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 157 | 251 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.02 |
| HSL | 210.82º | 0.96% | 0.63% | - |
| HSV(B) | 210.82º | 0.73% | 0.98% | - |
| XYZ | 31.85 | 32.31 | 95.82 | - |
| YUV | 141.11 | 190.01 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 251 | 0.73 | 0.37 | 0 | 0.02 | 210.82 | 0.96 | 0.63 |
| Hex | 44 | 9D | FB | 49 | 25 | 0 | 2 | D3 | 60 | 3F |
| Octal | 104 | 235 | 373 | 111 | 45 | 0 | 2 | 323 | 140 | 77 |
| Binary | 1000100 | 10011101 | 11111011 | 1001001 | 100101 | 0 | 10 | 11010011 | 1100000 | 111111 |
Color Harmonies of #449DFB
Complementary color
Monochromatic Colors of #449DFB
Black with #449DFB
Text Example
Text Example
White with #449DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DFB; }
p { color: rgb(68,157,251); }
H1.HeaderClassName
{
color: #449DFB;
}
.AnyTagClassName
{
color: #449DFB;
}
</style>
background-color css
<style>
a { background-color: #449DFB; }
a { background-color: rgb(68,157,251); }
div.DivClassName
{
background-color: #449DFB;
}
.BgClassName
{
background-color: #449DFB;
}
</style>
border-color css
<style>
span { border-color: #449DFB; }
span { border-color: rgb(68,157,251); }
td.TdClassName
{
border-color: #449DFB;
}
.TagClassName
{
border-color: #449DFB;
}
</style>