Shades of Cornflower Blue #4498FD
Tints of Cornflower Blue #4498FD
RGB
CMYK
RGB Variations
Color information
#4498FD (or 0x4498FD) is known color: Cornflower Blue. HEX triplet: 44, 98 and FD. RGB value is (68,152,253). Sum of RGB (Red+Green+Blue) = 68+152+253=473 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.38% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #4498FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4498FD is #BB6702. Grayscale: #898989. Windows color (decimal): -12281603 or 16619588. OLE color: 16619588.
HSL color Cylindrical-coordinate representation of color #4498FD: hue angle of 212.76º 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 #4498FD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 152 | 253 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.01 |
| HSL | 212.76º | 0.98% | 0.63% | - |
| HSV(B) | 212.76º | 0.73% | 0.99% | - |
| XYZ | 31.34 | 30.78 | 97.22 | - |
| YUV | 138.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 253 | 0.73 | 0.40 | 0 | 0.01 | 212.76 | 0.98 | 0.63 |
| Hex | 44 | 98 | FD | 49 | 28 | 0 | 1 | D5 | 62 | 3F |
| Octal | 104 | 230 | 375 | 111 | 50 | 0 | 1 | 325 | 142 | 77 |
| Binary | 1000100 | 10011000 | 11111101 | 1001001 | 101000 | 0 | 1 | 11010101 | 1100010 | 111111 |
Color Harmonies of #4498FD
Complementary color
Monochromatic Colors of #4498FD
Black with #4498FD
Text Example
Text Example
White with #4498FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4498FD; }
p { color: rgb(68,152,253); }
H1.HeaderClassName
{
color: #4498FD;
}
.AnyTagClassName
{
color: #4498FD;
}
</style>
background-color css
<style>
a { background-color: #4498FD; }
a { background-color: rgb(68,152,253); }
div.DivClassName
{
background-color: #4498FD;
}
.BgClassName
{
background-color: #4498FD;
}
</style>
border-color css
<style>
span { border-color: #4498FD; }
span { border-color: rgb(68,152,253); }
td.TdClassName
{
border-color: #4498FD;
}
.TagClassName
{
border-color: #4498FD;
}
</style>