Shades of Cornflower Blue #4E8AFB
Tints of Cornflower Blue #4E8AFB
RGB
CMYK
RGB Variations
Color information
#4E8AFB (or 0x4E8AFB) is known color: Cornflower Blue. HEX triplet: 4E, 8A and FB. RGB value is (78,138,251). Sum of RGB (Red+Green+Blue) = 78+138+251=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E8AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E8AFB is #B17504. Grayscale: #848484. Windows color (decimal): -11629829 or 16484942. OLE color: 16484942.
HSL color Cylindrical-coordinate representation of color #4E8AFB: hue angle of 219.19º 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 #4E8AFB is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 138 | 251 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.02 |
| HSL | 219.19º | 0.96% | 0.65% | - |
| HSV(B) | 219.19º | 0.69% | 0.98% | - |
| XYZ | 29.64 | 26.76 | 94.87 | - |
| YUV | 132.94 | 194.62 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 251 | 0.69 | 0.45 | 0 | 0.02 | 219.19 | 0.96 | 0.65 |
| Hex | 4E | 8A | FB | 45 | 2D | 0 | 2 | DB | 60 | 41 |
| Octal | 116 | 212 | 373 | 105 | 55 | 0 | 2 | 333 | 140 | 101 |
| Binary | 1001110 | 10001010 | 11111011 | 1000101 | 101101 | 0 | 10 | 11011011 | 1100000 | 1000001 |
Color Harmonies of #4E8AFB
Complementary color
Monochromatic Colors of #4E8AFB
Black with #4E8AFB
Text Example
Text Example
White with #4E8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8AFB; }
p { color: rgb(78,138,251); }
H1.HeaderClassName
{
color: #4E8AFB;
}
.AnyTagClassName
{
color: #4E8AFB;
}
</style>
background-color css
<style>
a { background-color: #4E8AFB; }
a { background-color: rgb(78,138,251); }
div.DivClassName
{
background-color: #4E8AFB;
}
.BgClassName
{
background-color: #4E8AFB;
}
</style>
border-color css
<style>
span { border-color: #4E8AFB; }
span { border-color: rgb(78,138,251); }
td.TdClassName
{
border-color: #4E8AFB;
}
.TagClassName
{
border-color: #4E8AFB;
}
</style>