Shades of Cornflower Blue #4BA1FB
Tints of Cornflower Blue #4BA1FB
RGB
CMYK
RGB Variations
Color information
#4BA1FB (or 0x4BA1FB) is known color: Cornflower Blue. HEX triplet: 4B, A1 and FB. RGB value is (75,161,251). Sum of RGB (Red+Green+Blue) = 75+161+251=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BA1FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA1FB is #B45E04. Grayscale: #919191. Windows color (decimal): -11820549 or 16490827. OLE color: 16490827.
HSL color Cylindrical-coordinate representation of color #4BA1FB: hue angle of 210.68º 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 #4BA1FB is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 161 | 251 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.02 |
| HSL | 210.68º | 0.96% | 0.64% | - |
| HSV(B) | 210.68º | 0.7% | 0.98% | - |
| XYZ | 33.06 | 33.95 | 96.08 | - |
| YUV | 145.55 | 187.51 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 251 | 0.70 | 0.36 | 0 | 0.02 | 210.68 | 0.96 | 0.64 |
| Hex | 4B | A1 | FB | 46 | 24 | 0 | 2 | D3 | 60 | 40 |
| Octal | 113 | 241 | 373 | 106 | 44 | 0 | 2 | 323 | 140 | 100 |
| Binary | 1001011 | 10100001 | 11111011 | 1000110 | 100100 | 0 | 10 | 11010011 | 1100000 | 1000000 |
Color Harmonies of #4BA1FB
Complementary color
Monochromatic Colors of #4BA1FB
Black with #4BA1FB
Text Example
Text Example
White with #4BA1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA1FB; }
p { color: rgb(75,161,251); }
H1.HeaderClassName
{
color: #4BA1FB;
}
.AnyTagClassName
{
color: #4BA1FB;
}
</style>
background-color css
<style>
a { background-color: #4BA1FB; }
a { background-color: rgb(75,161,251); }
div.DivClassName
{
background-color: #4BA1FB;
}
.BgClassName
{
background-color: #4BA1FB;
}
</style>
border-color css
<style>
span { border-color: #4BA1FB; }
span { border-color: rgb(75,161,251); }
td.TdClassName
{
border-color: #4BA1FB;
}
.TagClassName
{
border-color: #4BA1FB;
}
</style>