Shades of Cornflower Blue #4B8EFE
Tints of Cornflower Blue #4B8EFE
RGB
CMYK
RGB Variations
Color information
#4B8EFE (or 0x4B8EFE) is known color: Cornflower Blue. HEX triplet: 4B, 8E and FE. RGB value is (75,142,254). Sum of RGB (Red+Green+Blue) = 75+142+254=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B8EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8EFE is #B47101. Grayscale: #868686. Windows color (decimal): -11825410 or 16682571. OLE color: 16682571.
HSL color Cylindrical-coordinate representation of color #4B8EFE: hue angle of 217.54º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B8EFE is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 142 | 254 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.00 |
| HSL | 217.54º | 0.99% | 0.65% | - |
| HSV(B) | 217.54º | 0.7% | 1% | - |
| XYZ | 30.46 | 28 | 97.56 | - |
| YUV | 134.74 | 195.3 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 142 | 254 | 0.70 | 0.44 | 0 | 0.00 | 217.54 | 0.99 | 0.65 |
| Hex | 4B | 8E | FE | 46 | 2C | 0 | 0 | DA | 63 | 41 |
| Octal | 113 | 216 | 376 | 106 | 54 | 0 | 0 | 332 | 143 | 101 |
| Binary | 1001011 | 10001110 | 11111110 | 1000110 | 101100 | 0 | 0 | 11011010 | 1100011 | 1000001 |
Color Harmonies of #4B8EFE
Complementary color
Monochromatic Colors of #4B8EFE
Black with #4B8EFE
Text Example
Text Example
White with #4B8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8EFE; }
p { color: rgb(75,142,254); }
H1.HeaderClassName
{
color: #4B8EFE;
}
.AnyTagClassName
{
color: #4B8EFE;
}
</style>
background-color css
<style>
a { background-color: #4B8EFE; }
a { background-color: rgb(75,142,254); }
div.DivClassName
{
background-color: #4B8EFE;
}
.BgClassName
{
background-color: #4B8EFE;
}
</style>
border-color css
<style>
span { border-color: #4B8EFE; }
span { border-color: rgb(75,142,254); }
td.TdClassName
{
border-color: #4B8EFE;
}
.TagClassName
{
border-color: #4B8EFE;
}
</style>