Shades of Cornflower Blue #4E80FB
Tints of Cornflower Blue #4E80FB
RGB
CMYK
RGB Variations
Color information
#4E80FB (or 0x4E80FB) is known color: Cornflower Blue. HEX triplet: 4E, 80 and FB. RGB value is (78,128,251). Sum of RGB (Red+Green+Blue) = 78+128+251=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E80FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E80FB is #B17F04. Grayscale: #7E7E7E. Windows color (decimal): -11632389 or 16482382. OLE color: 16482382.
HSL color Cylindrical-coordinate representation of color #4E80FB: hue angle of 222.66º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E80FB is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 128 | 251 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.02 |
| HSL | 222.66º | 0.96% | 0.65% | - |
| HSV(B) | 222.66º | 0.69% | 0.98% | - |
| XYZ | 28.27 | 24.02 | 94.41 | - |
| YUV | 127.07 | 197.94 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 251 | 0.69 | 0.49 | 0 | 0.02 | 222.66 | 0.96 | 0.65 |
| Hex | 4E | 80 | FB | 45 | 31 | 0 | 2 | DF | 60 | 41 |
| Octal | 116 | 200 | 373 | 105 | 61 | 0 | 2 | 337 | 140 | 101 |
| Binary | 1001110 | 10000000 | 11111011 | 1000101 | 110001 | 0 | 10 | 11011111 | 1100000 | 1000001 |
Color Harmonies of #4E80FB
Complementary color
Monochromatic Colors of #4E80FB
Black with #4E80FB
Text Example
Text Example
White with #4E80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E80FB; }
p { color: rgb(78,128,251); }
H1.HeaderClassName
{
color: #4E80FB;
}
.AnyTagClassName
{
color: #4E80FB;
}
</style>
background-color css
<style>
a { background-color: #4E80FB; }
a { background-color: rgb(78,128,251); }
div.DivClassName
{
background-color: #4E80FB;
}
.BgClassName
{
background-color: #4E80FB;
}
</style>
border-color css
<style>
span { border-color: #4E80FB; }
span { border-color: rgb(78,128,251); }
td.TdClassName
{
border-color: #4E80FB;
}
.TagClassName
{
border-color: #4E80FB;
}
</style>