Shades of Cornflower Blue #4499FE
Tints of Cornflower Blue #4499FE
RGB
CMYK
RGB Variations
Color information
#4499FE (or 0x4499FE) is known color: Cornflower Blue. HEX triplet: 44, 99 and FE. RGB value is (68,153,254). Sum of RGB (Red+Green+Blue) = 68+153+254=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #4499FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4499FE is #BB6601. Grayscale: #8A8A8A. Windows color (decimal): -12281346 or 16685380. OLE color: 16685380.
HSL color Cylindrical-coordinate representation of color #4499FE: hue angle of 212.58º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4499FE is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 153 | 254 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.00 |
| HSL | 212.58º | 0.99% | 0.63% | - |
| HSV(B) | 212.58º | 0.73% | 1% | - |
| XYZ | 31.66 | 31.17 | 98.11 | - |
| YUV | 139.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 254 | 0.73 | 0.40 | 0 | 0.00 | 212.58 | 0.99 | 0.63 |
| Hex | 44 | 99 | FE | 49 | 28 | 0 | 0 | D5 | 63 | 3F |
| Octal | 104 | 231 | 376 | 111 | 50 | 0 | 0 | 325 | 143 | 77 |
| Binary | 1000100 | 10011001 | 11111110 | 1001001 | 101000 | 0 | 0 | 11010101 | 1100011 | 111111 |
Color Harmonies of #4499FE
Complementary color
Monochromatic Colors of #4499FE
Black with #4499FE
Text Example
Text Example
White with #4499FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499FE; }
p { color: rgb(68,153,254); }
H1.HeaderClassName
{
color: #4499FE;
}
.AnyTagClassName
{
color: #4499FE;
}
</style>
background-color css
<style>
a { background-color: #4499FE; }
a { background-color: rgb(68,153,254); }
div.DivClassName
{
background-color: #4499FE;
}
.BgClassName
{
background-color: #4499FE;
}
</style>
border-color css
<style>
span { border-color: #4499FE; }
span { border-color: rgb(68,153,254); }
td.TdClassName
{
border-color: #4499FE;
}
.TagClassName
{
border-color: #4499FE;
}
</style>