Shades of Cornflower Blue #4B8BEB
Tints of Cornflower Blue #4B8BEB
RGB
CMYK
RGB Variations
Color information
#4B8BEB (or 0x4B8BEB) is known color: Cornflower Blue. HEX triplet: 4B, 8B and EB. RGB value is (75,139,235). Sum of RGB (Red+Green+Blue) = 75+139+235=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B8BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B8BEB is #B47414. Grayscale: #828282. Windows color (decimal): -11826197 or 15436619. OLE color: 15436619.
HSL color Cylindrical-coordinate representation of color #4B8BEB: hue angle of 216º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B8BEB is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 139 | 235 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.08 |
| HSL | 216º | 0.8% | 0.61% | - |
| HSV(B) | 216º | 0.68% | 0.92% | - |
| XYZ | 27.13 | 25.96 | 82.18 | - |
| YUV | 130.81 | 186.8 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 235 | 0.68 | 0.41 | 0 | 0.08 | 216 | 0.8 | 0.61 |
| Hex | 4B | 8B | EB | 44 | 29 | 0 | 8 | D8 | 50 | 3D |
| Octal | 113 | 213 | 353 | 104 | 51 | 0 | 10 | 330 | 120 | 75 |
| Binary | 1001011 | 10001011 | 11101011 | 1000100 | 101001 | 0 | 1000 | 11011000 | 1010000 | 111101 |
Color Harmonies of #4B8BEB
Complementary color
Monochromatic Colors of #4B8BEB
Black with #4B8BEB
Text Example
Text Example
White with #4B8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8BEB; }
p { color: rgb(75,139,235); }
H1.HeaderClassName
{
color: #4B8BEB;
}
.AnyTagClassName
{
color: #4B8BEB;
}
</style>
background-color css
<style>
a { background-color: #4B8BEB; }
a { background-color: rgb(75,139,235); }
div.DivClassName
{
background-color: #4B8BEB;
}
.BgClassName
{
background-color: #4B8BEB;
}
</style>
border-color css
<style>
span { border-color: #4B8BEB; }
span { border-color: rgb(75,139,235); }
td.TdClassName
{
border-color: #4B8BEB;
}
.TagClassName
{
border-color: #4B8BEB;
}
</style>