Shades of Cornflower Blue #4BA8FB
Tints of Cornflower Blue #4BA8FB
RGB
CMYK
RGB Variations
Color information
#4BA8FB (or 0x4BA8FB) is known color: Cornflower Blue. HEX triplet: 4B, A8 and FB. RGB value is (75,168,251). Sum of RGB (Red+Green+Blue) = 75+168+251=494 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.18% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BA8FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA8FB is #B45704. Grayscale: #959595. Windows color (decimal): -11818757 or 16492619. OLE color: 16492619.
HSL color Cylindrical-coordinate representation of color #4BA8FB: hue angle of 208.3º 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 #4BA8FB is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 168 | 251 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.02 |
| HSL | 208.3º | 0.96% | 0.64% | - |
| HSV(B) | 208.3º | 0.7% | 0.98% | - |
| XYZ | 34.32 | 36.47 | 96.5 | - |
| YUV | 149.66 | 185.19 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 251 | 0.70 | 0.33 | 0 | 0.02 | 208.3 | 0.96 | 0.64 |
| Hex | 4B | A8 | FB | 46 | 21 | 0 | 2 | D0 | 60 | 40 |
| Octal | 113 | 250 | 373 | 106 | 41 | 0 | 2 | 320 | 140 | 100 |
| Binary | 1001011 | 10101000 | 11111011 | 1000110 | 100001 | 0 | 10 | 11010000 | 1100000 | 1000000 |
Color Harmonies of #4BA8FB
Complementary color
Monochromatic Colors of #4BA8FB
Black with #4BA8FB
Text Example
Text Example
White with #4BA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA8FB; }
p { color: rgb(75,168,251); }
H1.HeaderClassName
{
color: #4BA8FB;
}
.AnyTagClassName
{
color: #4BA8FB;
}
</style>
background-color css
<style>
a { background-color: #4BA8FB; }
a { background-color: rgb(75,168,251); }
div.DivClassName
{
background-color: #4BA8FB;
}
.BgClassName
{
background-color: #4BA8FB;
}
</style>
border-color css
<style>
span { border-color: #4BA8FB; }
span { border-color: rgb(75,168,251); }
td.TdClassName
{
border-color: #4BA8FB;
}
.TagClassName
{
border-color: #4BA8FB;
}
</style>