Shades of Cornflower Blue #4D82EF
Tints of Cornflower Blue #4D82EF
RGB
CMYK
RGB Variations
Color information
#4D82EF (or 0x4D82EF) is known color: Cornflower Blue. HEX triplet: 4D, 82 and EF. RGB value is (77,130,239). Sum of RGB (Red+Green+Blue) = 77+130+239=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D82EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D82EF is #B27D10. Grayscale: #7E7E7E. Windows color (decimal): -11697425 or 15696461. OLE color: 15696461.
HSL color Cylindrical-coordinate representation of color #4D82EF: hue angle of 220.37º 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 #4D82EF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 130 | 239 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.06 |
| HSL | 220.37º | 0.84% | 0.62% | - |
| HSV(B) | 220.37º | 0.68% | 0.94% | - |
| XYZ | 26.62 | 23.78 | 84.85 | - |
| YUV | 126.58 | 191.44 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 239 | 0.68 | 0.46 | 0 | 0.06 | 220.37 | 0.84 | 0.62 |
| Hex | 4D | 82 | EF | 44 | 2E | 0 | 6 | DC | 54 | 3E |
| Octal | 115 | 202 | 357 | 104 | 56 | 0 | 6 | 334 | 124 | 76 |
| Binary | 1001101 | 10000010 | 11101111 | 1000100 | 101110 | 0 | 110 | 11011100 | 1010100 | 111110 |
Color Harmonies of #4D82EF
Complementary color
Monochromatic Colors of #4D82EF
Black with #4D82EF
Text Example
Text Example
White with #4D82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D82EF; }
p { color: rgb(77,130,239); }
H1.HeaderClassName
{
color: #4D82EF;
}
.AnyTagClassName
{
color: #4D82EF;
}
</style>
background-color css
<style>
a { background-color: #4D82EF; }
a { background-color: rgb(77,130,239); }
div.DivClassName
{
background-color: #4D82EF;
}
.BgClassName
{
background-color: #4D82EF;
}
</style>
border-color css
<style>
span { border-color: #4D82EF; }
span { border-color: rgb(77,130,239); }
td.TdClassName
{
border-color: #4D82EF;
}
.TagClassName
{
border-color: #4D82EF;
}
</style>