Shades of Cornflower Blue #449CF7
Tints of Cornflower Blue #449CF7
RGB
CMYK
RGB Variations
Color information
#449CF7 (or 0x449CF7) is known color: Cornflower Blue. HEX triplet: 44, 9C and F7. RGB value is (68,156,247). Sum of RGB (Red+Green+Blue) = 68+156+247=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #449CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449CF7 is #BB6308. Grayscale: #8B8B8B. Windows color (decimal): -12280585 or 16227396. OLE color: 16227396.
HSL color Cylindrical-coordinate representation of color #449CF7: hue angle of 210.5º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #449CF7 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 156 | 247 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.03 |
| HSL | 210.5º | 0.92% | 0.62% | - |
| HSV(B) | 210.5º | 0.72% | 0.97% | - |
| XYZ | 31.06 | 31.72 | 92.48 | - |
| YUV | 140.06 | 188.35 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 247 | 0.72 | 0.37 | 0 | 0.03 | 210.5 | 0.92 | 0.62 |
| Hex | 44 | 9C | F7 | 48 | 25 | 0 | 3 | D3 | 5C | 3E |
| Octal | 104 | 234 | 367 | 110 | 45 | 0 | 3 | 323 | 134 | 76 |
| Binary | 1000100 | 10011100 | 11110111 | 1001000 | 100101 | 0 | 11 | 11010011 | 1011100 | 111110 |
Color Harmonies of #449CF7
Complementary color
Monochromatic Colors of #449CF7
Black with #449CF7
Text Example
Text Example
White with #449CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CF7; }
p { color: rgb(68,156,247); }
H1.HeaderClassName
{
color: #449CF7;
}
.AnyTagClassName
{
color: #449CF7;
}
</style>
background-color css
<style>
a { background-color: #449CF7; }
a { background-color: rgb(68,156,247); }
div.DivClassName
{
background-color: #449CF7;
}
.BgClassName
{
background-color: #449CF7;
}
</style>
border-color css
<style>
span { border-color: #449CF7; }
span { border-color: rgb(68,156,247); }
td.TdClassName
{
border-color: #449CF7;
}
.TagClassName
{
border-color: #449CF7;
}
</style>