Shades of Cornflower Blue #449CF4
Tints of Cornflower Blue #449CF4
RGB
CMYK
RGB Variations
Color information
#449CF4 (or 0x449CF4) is known color: Cornflower Blue. HEX triplet: 44, 9C and F4. RGB value is (68,156,244). Sum of RGB (Red+Green+Blue) = 68+156+244=468 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.53% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #449CF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CF4 is #BB630B. Grayscale: #8B8B8B. Windows color (decimal): -12280588 or 16030788. OLE color: 16030788.
HSL color Cylindrical-coordinate representation of color #449CF4: hue angle of 210º 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 #449CF4 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 156 | 244 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.04 |
| HSL | 210º | 0.89% | 0.61% | - |
| HSV(B) | 210º | 0.72% | 0.96% | - |
| XYZ | 30.6 | 31.54 | 90.06 | - |
| YUV | 139.72 | 186.85 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 244 | 0.72 | 0.36 | 0 | 0.04 | 210 | 0.89 | 0.61 |
| Hex | 44 | 9C | F4 | 48 | 24 | 0 | 4 | D2 | 59 | 3D |
| Octal | 104 | 234 | 364 | 110 | 44 | 0 | 4 | 322 | 131 | 75 |
| Binary | 1000100 | 10011100 | 11110100 | 1001000 | 100100 | 0 | 100 | 11010010 | 1011001 | 111101 |
Color Harmonies of #449CF4
Complementary color
Monochromatic Colors of #449CF4
Black with #449CF4
Text Example
Text Example
White with #449CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CF4; }
p { color: rgb(68,156,244); }
H1.HeaderClassName
{
color: #449CF4;
}
.AnyTagClassName
{
color: #449CF4;
}
</style>
background-color css
<style>
a { background-color: #449CF4; }
a { background-color: rgb(68,156,244); }
div.DivClassName
{
background-color: #449CF4;
}
.BgClassName
{
background-color: #449CF4;
}
</style>
border-color css
<style>
span { border-color: #449CF4; }
span { border-color: rgb(68,156,244); }
td.TdClassName
{
border-color: #449CF4;
}
.TagClassName
{
border-color: #449CF4;
}
</style>