Shades of Cornflower Blue #4BA0EB
Tints of Cornflower Blue #4BA0EB
RGB
CMYK
RGB Variations
Color information
#4BA0EB (or 0x4BA0EB) is known color: Cornflower Blue. HEX triplet: 4B, A0 and EB. RGB value is (75,160,235). Sum of RGB (Red+Green+Blue) = 75+160+235=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #4BA0EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA0EB is #B45F14. Grayscale: #8E8E8E. Windows color (decimal): -11820821 or 15441995. OLE color: 15441995.
HSL color Cylindrical-coordinate representation of color #4BA0EB: hue angle of 208.12º 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 #4BA0EB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 160 | 235 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.08 |
| HSL | 208.13º | 0.8% | 0.61% | - |
| HSV(B) | 208.13º | 0.68% | 0.92% | - |
| XYZ | 30.47 | 32.64 | 83.29 | - |
| YUV | 143.14 | 179.84 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 235 | 0.68 | 0.32 | 0 | 0.08 | 208.13 | 0.8 | 0.61 |
| Hex | 4B | A0 | EB | 44 | 20 | 0 | 8 | D0 | 50 | 3D |
| Octal | 113 | 240 | 353 | 104 | 40 | 0 | 10 | 320 | 120 | 75 |
| Binary | 1001011 | 10100000 | 11101011 | 1000100 | 100000 | 0 | 1000 | 11010000 | 1010000 | 111101 |
Color Harmonies of #4BA0EB
Complementary color
Monochromatic Colors of #4BA0EB
Black with #4BA0EB
Text Example
Text Example
White with #4BA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA0EB; }
p { color: rgb(75,160,235); }
H1.HeaderClassName
{
color: #4BA0EB;
}
.AnyTagClassName
{
color: #4BA0EB;
}
</style>
background-color css
<style>
a { background-color: #4BA0EB; }
a { background-color: rgb(75,160,235); }
div.DivClassName
{
background-color: #4BA0EB;
}
.BgClassName
{
background-color: #4BA0EB;
}
</style>
border-color css
<style>
span { border-color: #4BA0EB; }
span { border-color: rgb(75,160,235); }
td.TdClassName
{
border-color: #4BA0EB;
}
.TagClassName
{
border-color: #4BA0EB;
}
</style>