Shades of Cornflower Blue #4D98FA
Tints of Cornflower Blue #4D98FA
RGB
CMYK
RGB Variations
Color information
#4D98FA (or 0x4D98FA) is known color: Cornflower Blue. HEX triplet: 4D, 98 and FA. RGB value is (77,152,250). Sum of RGB (Red+Green+Blue) = 77+152+250=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D98FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D98FA is #B26705. Grayscale: #8C8C8C. Windows color (decimal): -11691782 or 16422989. OLE color: 16422989.
HSL color Cylindrical-coordinate representation of color #4D98FA: hue angle of 213.99º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D98FA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 152 | 250 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.02 |
| HSL | 213.99º | 0.95% | 0.64% | - |
| HSV(B) | 213.99º | 0.69% | 0.98% | - |
| XYZ | 31.54 | 30.94 | 94.75 | - |
| YUV | 140.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 250 | 0.69 | 0.39 | 0 | 0.02 | 213.99 | 0.95 | 0.64 |
| Hex | 4D | 98 | FA | 45 | 27 | 0 | 2 | D6 | 5F | 40 |
| Octal | 115 | 230 | 372 | 105 | 47 | 0 | 2 | 326 | 137 | 100 |
| Binary | 1001101 | 10011000 | 11111010 | 1000101 | 100111 | 0 | 10 | 11010110 | 1011111 | 1000000 |
Color Harmonies of #4D98FA
Complementary color
Monochromatic Colors of #4D98FA
Black with #4D98FA
Text Example
Text Example
White with #4D98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D98FA; }
p { color: rgb(77,152,250); }
H1.HeaderClassName
{
color: #4D98FA;
}
.AnyTagClassName
{
color: #4D98FA;
}
</style>
background-color css
<style>
a { background-color: #4D98FA; }
a { background-color: rgb(77,152,250); }
div.DivClassName
{
background-color: #4D98FA;
}
.BgClassName
{
background-color: #4D98FA;
}
</style>
border-color css
<style>
span { border-color: #4D98FA; }
span { border-color: rgb(77,152,250); }
td.TdClassName
{
border-color: #4D98FA;
}
.TagClassName
{
border-color: #4D98FA;
}
</style>