Shades of Cornflower Blue #4499FD
Tints of Cornflower Blue #4499FD
RGB
CMYK
RGB Variations
Color information
#4499FD (or 0x4499FD) is known color: Cornflower Blue. HEX triplet: 44, 99 and FD. RGB value is (68,153,253). Sum of RGB (Red+Green+Blue) = 68+153+253=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #4499FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4499FD is #BB6602. Grayscale: #8A8A8A. Windows color (decimal): -12281347 or 16619844. OLE color: 16619844.
HSL color Cylindrical-coordinate representation of color #4499FD: hue angle of 212.43º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4499FD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 153 | 253 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.01 |
| HSL | 212.43º | 0.98% | 0.63% | - |
| HSV(B) | 212.43º | 0.73% | 0.99% | - |
| XYZ | 31.5 | 31.1 | 97.27 | - |
| YUV | 138.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 253 | 0.73 | 0.40 | 0 | 0.01 | 212.43 | 0.98 | 0.63 |
| Hex | 44 | 99 | FD | 49 | 28 | 0 | 1 | D4 | 62 | 3F |
| Octal | 104 | 231 | 375 | 111 | 50 | 0 | 1 | 324 | 142 | 77 |
| Binary | 1000100 | 10011001 | 11111101 | 1001001 | 101000 | 0 | 1 | 11010100 | 1100010 | 111111 |
Color Harmonies of #4499FD
Complementary color
Monochromatic Colors of #4499FD
Black with #4499FD
Text Example
Text Example
White with #4499FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499FD; }
p { color: rgb(68,153,253); }
H1.HeaderClassName
{
color: #4499FD;
}
.AnyTagClassName
{
color: #4499FD;
}
</style>
background-color css
<style>
a { background-color: #4499FD; }
a { background-color: rgb(68,153,253); }
div.DivClassName
{
background-color: #4499FD;
}
.BgClassName
{
background-color: #4499FD;
}
</style>
border-color css
<style>
span { border-color: #4499FD; }
span { border-color: rgb(68,153,253); }
td.TdClassName
{
border-color: #4499FD;
}
.TagClassName
{
border-color: #4499FD;
}
</style>