Shades of Cornflower Blue #4BA2FA
Tints of Cornflower Blue #4BA2FA
RGB
CMYK
RGB Variations
Color information
#4BA2FA (or 0x4BA2FA) is known color: Cornflower Blue. HEX triplet: 4B, A2 and FA. RGB value is (75,162,250). Sum of RGB (Red+Green+Blue) = 75+162+250=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BA2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA2FA is #B45D05. Grayscale: #919191. Windows color (decimal): -11820294 or 16425547. OLE color: 16425547.
HSL color Cylindrical-coordinate representation of color #4BA2FA: hue angle of 210.17º degrees, saturation: 0.95, 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 #4BA2FA is Cyan = 0.7, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 162 | 250 | - |
| CMYK | 0.7 | 0.35 | 0 | 0.02 |
| HSL | 210.17º | 0.95% | 0.64% | - |
| HSV(B) | 210.17º | 0.7% | 0.98% | - |
| XYZ | 33.08 | 34.24 | 95.31 | - |
| YUV | 146.02 | 186.68 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 162 | 250 | 0.7 | 0.35 | 0 | 0.02 | 210.17 | 0.95 | 0.64 |
| Hex | 4B | A2 | FA | 46 | 23 | 0 | 2 | D2 | 5F | 40 |
| Octal | 113 | 242 | 372 | 106 | 43 | 0 | 2 | 322 | 137 | 100 |
| Binary | 1001011 | 10100010 | 11111010 | 1000110 | 100011 | 0 | 10 | 11010010 | 1011111 | 1000000 |
Color Harmonies of #4BA2FA
Complementary color
Monochromatic Colors of #4BA2FA
Black with #4BA2FA
Text Example
Text Example
White with #4BA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA2FA; }
p { color: rgb(75,162,250); }
H1.HeaderClassName
{
color: #4BA2FA;
}
.AnyTagClassName
{
color: #4BA2FA;
}
</style>
background-color css
<style>
a { background-color: #4BA2FA; }
a { background-color: rgb(75,162,250); }
div.DivClassName
{
background-color: #4BA2FA;
}
.BgClassName
{
background-color: #4BA2FA;
}
</style>
border-color css
<style>
span { border-color: #4BA2FA; }
span { border-color: rgb(75,162,250); }
td.TdClassName
{
border-color: #4BA2FA;
}
.TagClassName
{
border-color: #4BA2FA;
}
</style>