Shades of Cornflower Blue #4BA2FB
Tints of Cornflower Blue #4BA2FB
RGB
CMYK
RGB Variations
Color information
#4BA2FB (or 0x4BA2FB) is known color: Cornflower Blue. HEX triplet: 4B, A2 and FB. RGB value is (75,162,251). Sum of RGB (Red+Green+Blue) = 75+162+251=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BA2FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA2FB is #B45D04. Grayscale: #919191. Windows color (decimal): -11820293 or 16491083. OLE color: 16491083.
HSL color Cylindrical-coordinate representation of color #4BA2FB: hue angle of 210.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BA2FB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 162 | 251 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.02 |
| HSL | 210.34º | 0.96% | 0.64% | - |
| HSV(B) | 210.34º | 0.7% | 0.98% | - |
| XYZ | 33.23 | 34.3 | 96.14 | - |
| YUV | 146.13 | 187.18 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 251 | 0.70 | 0.35 | 0 | 0.02 | 210.34 | 0.96 | 0.64 |
| Hex | 4B | A2 | FB | 46 | 23 | 0 | 2 | D2 | 60 | 40 |
| Octal | 113 | 242 | 373 | 106 | 43 | 0 | 2 | 322 | 140 | 100 |
| Binary | 1001011 | 10100010 | 11111011 | 1000110 | 100011 | 0 | 10 | 11010010 | 1100000 | 1000000 |
Color Harmonies of #4BA2FB
Complementary color
Monochromatic Colors of #4BA2FB
Black with #4BA2FB
Text Example
Text Example
White with #4BA2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA2FB; }
p { color: rgb(75,162,251); }
H1.HeaderClassName
{
color: #4BA2FB;
}
.AnyTagClassName
{
color: #4BA2FB;
}
</style>
background-color css
<style>
a { background-color: #4BA2FB; }
a { background-color: rgb(75,162,251); }
div.DivClassName
{
background-color: #4BA2FB;
}
.BgClassName
{
background-color: #4BA2FB;
}
</style>
border-color css
<style>
span { border-color: #4BA2FB; }
span { border-color: rgb(75,162,251); }
td.TdClassName
{
border-color: #4BA2FB;
}
.TagClassName
{
border-color: #4BA2FB;
}
</style>