Shades of Cornflower Blue #4D7EFD
Tints of Cornflower Blue #4D7EFD
RGB
CMYK
RGB Variations
Color information
#4D7EFD (or 0x4D7EFD) is known color: Cornflower Blue. HEX triplet: 4D, 7E and FD. RGB value is (77,126,253). Sum of RGB (Red+Green+Blue) = 77+126+253=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D7EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7EFD is #B28102. Grayscale: #7D7D7D. Windows color (decimal): -11698435 or 16612941. OLE color: 16612941.
HSL color Cylindrical-coordinate representation of color #4D7EFD: hue angle of 223.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D7EFD is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 126 | 253 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.01 |
| HSL | 223.3º | 0.98% | 0.65% | - |
| HSV(B) | 223.3º | 0.7% | 0.99% | - |
| XYZ | 28.25 | 23.59 | 95.99 | - |
| YUV | 125.83 | 199.77 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 253 | 0.70 | 0.50 | 0 | 0.01 | 223.3 | 0.98 | 0.65 |
| Hex | 4D | 7E | FD | 46 | 32 | 0 | 1 | DF | 62 | 41 |
| Octal | 115 | 176 | 375 | 106 | 62 | 0 | 1 | 337 | 142 | 101 |
| Binary | 1001101 | 1111110 | 11111101 | 1000110 | 110010 | 0 | 1 | 11011111 | 1100010 | 1000001 |
Color Harmonies of #4D7EFD
Complementary color
Monochromatic Colors of #4D7EFD
Black with #4D7EFD
Text Example
Text Example
White with #4D7EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7EFD; }
p { color: rgb(77,126,253); }
H1.HeaderClassName
{
color: #4D7EFD;
}
.AnyTagClassName
{
color: #4D7EFD;
}
</style>
background-color css
<style>
a { background-color: #4D7EFD; }
a { background-color: rgb(77,126,253); }
div.DivClassName
{
background-color: #4D7EFD;
}
.BgClassName
{
background-color: #4D7EFD;
}
</style>
border-color css
<style>
span { border-color: #4D7EFD; }
span { border-color: rgb(77,126,253); }
td.TdClassName
{
border-color: #4D7EFD;
}
.TagClassName
{
border-color: #4D7EFD;
}
</style>