Shades of Cornflower Blue #4D98FE
Tints of Cornflower Blue #4D98FE
RGB
CMYK
RGB Variations
Color information
#4D98FE (or 0x4D98FE) is known color: Cornflower Blue. HEX triplet: 4D, 98 and FE. RGB value is (77,152,254). Sum of RGB (Red+Green+Blue) = 77+152+254=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D98FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D98FE is #B26701. Grayscale: #8C8C8C. Windows color (decimal): -11691778 or 16685133. OLE color: 16685133.
HSL color Cylindrical-coordinate representation of color #4D98FE: hue angle of 214.58º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D98FE is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 152 | 254 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.00 |
| HSL | 214.58º | 0.99% | 0.65% | - |
| HSV(B) | 214.58º | 0.7% | 1% | - |
| XYZ | 32.18 | 31.19 | 98.09 | - |
| YUV | 141.2 | 191.65 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 254 | 0.70 | 0.40 | 0 | 0.00 | 214.58 | 0.99 | 0.65 |
| Hex | 4D | 98 | FE | 46 | 28 | 0 | 0 | D7 | 63 | 41 |
| Octal | 115 | 230 | 376 | 106 | 50 | 0 | 0 | 327 | 143 | 101 |
| Binary | 1001101 | 10011000 | 11111110 | 1000110 | 101000 | 0 | 0 | 11010111 | 1100011 | 1000001 |
Color Harmonies of #4D98FE
Complementary color
Monochromatic Colors of #4D98FE
Black with #4D98FE
Text Example
Text Example
White with #4D98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D98FE; }
p { color: rgb(77,152,254); }
H1.HeaderClassName
{
color: #4D98FE;
}
.AnyTagClassName
{
color: #4D98FE;
}
</style>
background-color css
<style>
a { background-color: #4D98FE; }
a { background-color: rgb(77,152,254); }
div.DivClassName
{
background-color: #4D98FE;
}
.BgClassName
{
background-color: #4D98FE;
}
</style>
border-color css
<style>
span { border-color: #4D98FE; }
span { border-color: rgb(77,152,254); }
td.TdClassName
{
border-color: #4D98FE;
}
.TagClassName
{
border-color: #4D98FE;
}
</style>