Shades of Cornflower Blue #4898FA
Tints of Cornflower Blue #4898FA
RGB
CMYK
RGB Variations
Color information
#4898FA (or 0x4898FA) is known color: Cornflower Blue. HEX triplet: 48, 98 and FA. RGB value is (72,152,250). Sum of RGB (Red+Green+Blue) = 72+152+250=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #4898FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4898FA is #B76705. Grayscale: #8A8A8A. Windows color (decimal): -12019462 or 16422984. OLE color: 16422984.
HSL color Cylindrical-coordinate representation of color #4898FA: hue angle of 213.03º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4898FA is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 152 | 250 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.02 |
| HSL | 213.03º | 0.95% | 0.63% | - |
| HSV(B) | 213.03º | 0.71% | 0.98% | - |
| XYZ | 31.16 | 30.74 | 94.73 | - |
| YUV | 139.25 | 190.5 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 152 | 250 | 0.71 | 0.39 | 0 | 0.02 | 213.03 | 0.95 | 0.63 |
| Hex | 48 | 98 | FA | 47 | 27 | 0 | 2 | D5 | 5F | 3F |
| Octal | 110 | 230 | 372 | 107 | 47 | 0 | 2 | 325 | 137 | 77 |
| Binary | 1001000 | 10011000 | 11111010 | 1000111 | 100111 | 0 | 10 | 11010101 | 1011111 | 111111 |
Color Harmonies of #4898FA
Complementary color
Monochromatic Colors of #4898FA
Black with #4898FA
Text Example
Text Example
White with #4898FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4898FA; }
p { color: rgb(72,152,250); }
H1.HeaderClassName
{
color: #4898FA;
}
.AnyTagClassName
{
color: #4898FA;
}
</style>
background-color css
<style>
a { background-color: #4898FA; }
a { background-color: rgb(72,152,250); }
div.DivClassName
{
background-color: #4898FA;
}
.BgClassName
{
background-color: #4898FA;
}
</style>
border-color css
<style>
span { border-color: #4898FA; }
span { border-color: rgb(72,152,250); }
td.TdClassName
{
border-color: #4898FA;
}
.TagClassName
{
border-color: #4898FA;
}
</style>