Shades of Cornflower Blue #4D96EF
Tints of Cornflower Blue #4D96EF
RGB
CMYK
RGB Variations
Color information
#4D96EF (or 0x4D96EF) is known color: Cornflower Blue. HEX triplet: 4D, 96 and EF. RGB value is (77,150,239). Sum of RGB (Red+Green+Blue) = 77+150+239=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D96EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D96EF is #B26910. Grayscale: #898989. Windows color (decimal): -11692305 or 15701581. OLE color: 15701581.
HSL color Cylindrical-coordinate representation of color #4D96EF: hue angle of 212.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D96EF is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 150 | 239 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.06 |
| HSL | 212.96º | 0.84% | 0.62% | - |
| HSV(B) | 212.96º | 0.68% | 0.94% | - |
| XYZ | 29.55 | 29.62 | 85.82 | - |
| YUV | 138.32 | 184.82 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 239 | 0.68 | 0.37 | 0 | 0.06 | 212.96 | 0.84 | 0.62 |
| Hex | 4D | 96 | EF | 44 | 25 | 0 | 6 | D5 | 54 | 3E |
| Octal | 115 | 226 | 357 | 104 | 45 | 0 | 6 | 325 | 124 | 76 |
| Binary | 1001101 | 10010110 | 11101111 | 1000100 | 100101 | 0 | 110 | 11010101 | 1010100 | 111110 |
Color Harmonies of #4D96EF
Complementary color
Monochromatic Colors of #4D96EF
Black with #4D96EF
Text Example
Text Example
White with #4D96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D96EF; }
p { color: rgb(77,150,239); }
H1.HeaderClassName
{
color: #4D96EF;
}
.AnyTagClassName
{
color: #4D96EF;
}
</style>
background-color css
<style>
a { background-color: #4D96EF; }
a { background-color: rgb(77,150,239); }
div.DivClassName
{
background-color: #4D96EF;
}
.BgClassName
{
background-color: #4D96EF;
}
</style>
border-color css
<style>
span { border-color: #4D96EF; }
span { border-color: rgb(77,150,239); }
td.TdClassName
{
border-color: #4D96EF;
}
.TagClassName
{
border-color: #4D96EF;
}
</style>