Shades of Cornflower Blue #4BA4FA
Tints of Cornflower Blue #4BA4FA
RGB
CMYK
RGB Variations
Color information
#4BA4FA (or 0x4BA4FA) is known color: Cornflower Blue. HEX triplet: 4B, A4 and FA. RGB value is (75,164,250). Sum of RGB (Red+Green+Blue) = 75+164+250=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BA4FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA4FA is #B45B05. Grayscale: #929292. Windows color (decimal): -11819782 or 16426059. OLE color: 16426059.
HSL color Cylindrical-coordinate representation of color #4BA4FA: hue angle of 209.49º 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 #4BA4FA is Cyan = 0.7, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 164 | 250 | - |
| CMYK | 0.7 | 0.34 | 0 | 0.02 |
| HSL | 209.49º | 0.95% | 0.64% | - |
| HSV(B) | 209.49º | 0.7% | 0.98% | - |
| XYZ | 33.43 | 34.95 | 95.43 | - |
| YUV | 147.19 | 186.01 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 250 | 0.7 | 0.34 | 0 | 0.02 | 209.49 | 0.95 | 0.64 |
| Hex | 4B | A4 | FA | 46 | 22 | 0 | 2 | D1 | 5F | 40 |
| Octal | 113 | 244 | 372 | 106 | 42 | 0 | 2 | 321 | 137 | 100 |
| Binary | 1001011 | 10100100 | 11111010 | 1000110 | 100010 | 0 | 10 | 11010001 | 1011111 | 1000000 |
Color Harmonies of #4BA4FA
Complementary color
Monochromatic Colors of #4BA4FA
Black with #4BA4FA
Text Example
Text Example
White with #4BA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA4FA; }
p { color: rgb(75,164,250); }
H1.HeaderClassName
{
color: #4BA4FA;
}
.AnyTagClassName
{
color: #4BA4FA;
}
</style>
background-color css
<style>
a { background-color: #4BA4FA; }
a { background-color: rgb(75,164,250); }
div.DivClassName
{
background-color: #4BA4FA;
}
.BgClassName
{
background-color: #4BA4FA;
}
</style>
border-color css
<style>
span { border-color: #4BA4FA; }
span { border-color: rgb(75,164,250); }
td.TdClassName
{
border-color: #4BA4FA;
}
.TagClassName
{
border-color: #4BA4FA;
}
</style>