Shades of Cornflower Blue #4E86FD
Tints of Cornflower Blue #4E86FD
RGB
CMYK
RGB Variations
Color information
#4E86FD (or 0x4E86FD) is known color: Cornflower Blue. HEX triplet: 4E, 86 and FD. RGB value is (78,134,253). Sum of RGB (Red+Green+Blue) = 78+134+253=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E86FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E86FD is #B17902. Grayscale: #828282. Windows color (decimal): -11630851 or 16614990. OLE color: 16614990.
HSL color Cylindrical-coordinate representation of color #4E86FD: hue angle of 220.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E86FD is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 134 | 253 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.01 |
| HSL | 220.8º | 0.98% | 0.65% | - |
| HSV(B) | 220.8º | 0.69% | 0.99% | - |
| XYZ | 29.4 | 25.76 | 96.35 | - |
| YUV | 130.82 | 196.95 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 253 | 0.69 | 0.47 | 0 | 0.01 | 220.8 | 0.98 | 0.65 |
| Hex | 4E | 86 | FD | 45 | 2F | 0 | 1 | DD | 62 | 41 |
| Octal | 116 | 206 | 375 | 105 | 57 | 0 | 1 | 335 | 142 | 101 |
| Binary | 1001110 | 10000110 | 11111101 | 1000101 | 101111 | 0 | 1 | 11011101 | 1100010 | 1000001 |
Color Harmonies of #4E86FD
Complementary color
Monochromatic Colors of #4E86FD
Black with #4E86FD
Text Example
Text Example
White with #4E86FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E86FD; }
p { color: rgb(78,134,253); }
H1.HeaderClassName
{
color: #4E86FD;
}
.AnyTagClassName
{
color: #4E86FD;
}
</style>
background-color css
<style>
a { background-color: #4E86FD; }
a { background-color: rgb(78,134,253); }
div.DivClassName
{
background-color: #4E86FD;
}
.BgClassName
{
background-color: #4E86FD;
}
</style>
border-color css
<style>
span { border-color: #4E86FD; }
span { border-color: rgb(78,134,253); }
td.TdClassName
{
border-color: #4E86FD;
}
.TagClassName
{
border-color: #4E86FD;
}
</style>