Shades of Cornflower Blue #4D99FA
Tints of Cornflower Blue #4D99FA
RGB
CMYK
RGB Variations
Color information
#4D99FA (or 0x4D99FA) is known color: Cornflower Blue. HEX triplet: 4D, 99 and FA. RGB value is (77,153,250). Sum of RGB (Red+Green+Blue) = 77+153+250=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D99FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D99FA is #B26605. Grayscale: #8C8C8C. Windows color (decimal): -11691526 or 16423245. OLE color: 16423245.
HSL color Cylindrical-coordinate representation of color #4D99FA: hue angle of 213.64º 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 #4D99FA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 153 | 250 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.02 |
| HSL | 213.64º | 0.95% | 0.64% | - |
| HSV(B) | 213.64º | 0.69% | 0.98% | - |
| XYZ | 31.71 | 31.26 | 94.81 | - |
| YUV | 141.33 | 189.32 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 250 | 0.69 | 0.39 | 0 | 0.02 | 213.64 | 0.95 | 0.64 |
| Hex | 4D | 99 | FA | 45 | 27 | 0 | 2 | D6 | 5F | 40 |
| Octal | 115 | 231 | 372 | 105 | 47 | 0 | 2 | 326 | 137 | 100 |
| Binary | 1001101 | 10011001 | 11111010 | 1000101 | 100111 | 0 | 10 | 11010110 | 1011111 | 1000000 |
Color Harmonies of #4D99FA
Complementary color
Monochromatic Colors of #4D99FA
Black with #4D99FA
Text Example
Text Example
White with #4D99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D99FA; }
p { color: rgb(77,153,250); }
H1.HeaderClassName
{
color: #4D99FA;
}
.AnyTagClassName
{
color: #4D99FA;
}
</style>
background-color css
<style>
a { background-color: #4D99FA; }
a { background-color: rgb(77,153,250); }
div.DivClassName
{
background-color: #4D99FA;
}
.BgClassName
{
background-color: #4D99FA;
}
</style>
border-color css
<style>
span { border-color: #4D99FA; }
span { border-color: rgb(77,153,250); }
td.TdClassName
{
border-color: #4D99FA;
}
.TagClassName
{
border-color: #4D99FA;
}
</style>