Shades of Cornflower Blue #449CFB
Tints of Cornflower Blue #449CFB
RGB
CMYK
RGB Variations
Color information
#449CFB (or 0x449CFB) is known color: Cornflower Blue. HEX triplet: 44, 9C and FB. RGB value is (68,156,251). Sum of RGB (Red+Green+Blue) = 68+156+251=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #449CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CFB is #BB6304. Grayscale: #8C8C8C. Windows color (decimal): -12280581 or 16489540. OLE color: 16489540.
HSL color Cylindrical-coordinate representation of color #449CFB: hue angle of 211.15º 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 #449CFB is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 156 | 251 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.02 |
| HSL | 211.15º | 0.96% | 0.63% | - |
| HSV(B) | 211.15º | 0.73% | 0.98% | - |
| XYZ | 31.68 | 31.97 | 95.77 | - |
| YUV | 140.52 | 190.35 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 251 | 0.73 | 0.38 | 0 | 0.02 | 211.15 | 0.96 | 0.63 |
| Hex | 44 | 9C | FB | 49 | 26 | 0 | 2 | D3 | 60 | 3F |
| Octal | 104 | 234 | 373 | 111 | 46 | 0 | 2 | 323 | 140 | 77 |
| Binary | 1000100 | 10011100 | 11111011 | 1001001 | 100110 | 0 | 10 | 11010011 | 1100000 | 111111 |
Color Harmonies of #449CFB
Complementary color
Monochromatic Colors of #449CFB
Black with #449CFB
Text Example
Text Example
White with #449CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CFB; }
p { color: rgb(68,156,251); }
H1.HeaderClassName
{
color: #449CFB;
}
.AnyTagClassName
{
color: #449CFB;
}
</style>
background-color css
<style>
a { background-color: #449CFB; }
a { background-color: rgb(68,156,251); }
div.DivClassName
{
background-color: #449CFB;
}
.BgClassName
{
background-color: #449CFB;
}
</style>
border-color css
<style>
span { border-color: #449CFB; }
span { border-color: rgb(68,156,251); }
td.TdClassName
{
border-color: #449CFB;
}
.TagClassName
{
border-color: #449CFB;
}
</style>