Shades of Cornflower Blue #449BF4
Tints of Cornflower Blue #449BF4
RGB
CMYK
RGB Variations
Color information
#449BF4 (or 0x449BF4) is known color: Cornflower Blue. HEX triplet: 44, 9B and F4. RGB value is (68,155,244). Sum of RGB (Red+Green+Blue) = 68+155+244=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #449BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BF4 is #BB640B. Grayscale: #8A8A8A. Windows color (decimal): -12280844 or 16030532. OLE color: 16030532.
HSL color Cylindrical-coordinate representation of color #449BF4: hue angle of 210.34º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449BF4 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 155 | 244 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.04 |
| HSL | 210.34º | 0.89% | 0.61% | - |
| HSV(B) | 210.34º | 0.72% | 0.96% | - |
| XYZ | 30.43 | 31.2 | 90.01 | - |
| YUV | 139.13 | 187.18 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 244 | 0.72 | 0.36 | 0 | 0.04 | 210.34 | 0.89 | 0.61 |
| Hex | 44 | 9B | F4 | 48 | 24 | 0 | 4 | D2 | 59 | 3D |
| Octal | 104 | 233 | 364 | 110 | 44 | 0 | 4 | 322 | 131 | 75 |
| Binary | 1000100 | 10011011 | 11110100 | 1001000 | 100100 | 0 | 100 | 11010010 | 1011001 | 111101 |
Color Harmonies of #449BF4
Complementary color
Monochromatic Colors of #449BF4
Black with #449BF4
Text Example
Text Example
White with #449BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BF4; }
p { color: rgb(68,155,244); }
H1.HeaderClassName
{
color: #449BF4;
}
.AnyTagClassName
{
color: #449BF4;
}
</style>
background-color css
<style>
a { background-color: #449BF4; }
a { background-color: rgb(68,155,244); }
div.DivClassName
{
background-color: #449BF4;
}
.BgClassName
{
background-color: #449BF4;
}
</style>
border-color css
<style>
span { border-color: #449BF4; }
span { border-color: rgb(68,155,244); }
td.TdClassName
{
border-color: #449BF4;
}
.TagClassName
{
border-color: #449BF4;
}
</style>