Shades of Cornflower Blue #4D8CF1
Tints of Cornflower Blue #4D8CF1
RGB
CMYK
RGB Variations
Color information
#4D8CF1 (or 0x4D8CF1) is known color: Cornflower Blue. HEX triplet: 4D, 8C and F1. RGB value is (77,140,241). Sum of RGB (Red+Green+Blue) = 77+140+241=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #4D8CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8CF1 is #B2730E. Grayscale: #848484. Windows color (decimal): -11694863 or 15830093. OLE color: 15830093.
HSL color Cylindrical-coordinate representation of color #4D8CF1: hue angle of 216.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D8CF1 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 140 | 241 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.05 |
| HSL | 216.95º | 0.85% | 0.62% | - |
| HSV(B) | 216.95º | 0.68% | 0.95% | - |
| XYZ | 28.32 | 26.68 | 86.88 | - |
| YUV | 132.68 | 189.13 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 241 | 0.68 | 0.42 | 0 | 0.05 | 216.95 | 0.85 | 0.62 |
| Hex | 4D | 8C | F1 | 44 | 2A | 0 | 5 | D9 | 55 | 3E |
| Octal | 115 | 214 | 361 | 104 | 52 | 0 | 5 | 331 | 125 | 76 |
| Binary | 1001101 | 10001100 | 11110001 | 1000100 | 101010 | 0 | 101 | 11011001 | 1010101 | 111110 |
Color Harmonies of #4D8CF1
Complementary color
Monochromatic Colors of #4D8CF1
Black with #4D8CF1
Text Example
Text Example
White with #4D8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8CF1; }
p { color: rgb(77,140,241); }
H1.HeaderClassName
{
color: #4D8CF1;
}
.AnyTagClassName
{
color: #4D8CF1;
}
</style>
background-color css
<style>
a { background-color: #4D8CF1; }
a { background-color: rgb(77,140,241); }
div.DivClassName
{
background-color: #4D8CF1;
}
.BgClassName
{
background-color: #4D8CF1;
}
</style>
border-color css
<style>
span { border-color: #4D8CF1; }
span { border-color: rgb(77,140,241); }
td.TdClassName
{
border-color: #4D8CF1;
}
.TagClassName
{
border-color: #4D8CF1;
}
</style>