Shades of Cornflower Blue #4BA5FB
Tints of Cornflower Blue #4BA5FB
RGB
CMYK
RGB Variations
Color information
#4BA5FB (or 0x4BA5FB) is known color: Cornflower Blue. HEX triplet: 4B, A5 and FB. RGB value is (75,165,251). Sum of RGB (Red+Green+Blue) = 75+165+251=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BA5FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA5FB is #B45A04. Grayscale: #939393. Windows color (decimal): -11819525 or 16491851. OLE color: 16491851.
HSL color Cylindrical-coordinate representation of color #4BA5FB: hue angle of 209.32º 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 #4BA5FB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 165 | 251 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.02 |
| HSL | 209.32º | 0.96% | 0.64% | - |
| HSV(B) | 209.32º | 0.7% | 0.98% | - |
| XYZ | 33.77 | 35.37 | 96.31 | - |
| YUV | 147.89 | 186.18 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 165 | 251 | 0.70 | 0.34 | 0 | 0.02 | 209.32 | 0.96 | 0.64 |
| Hex | 4B | A5 | FB | 46 | 22 | 0 | 2 | D1 | 60 | 40 |
| Octal | 113 | 245 | 373 | 106 | 42 | 0 | 2 | 321 | 140 | 100 |
| Binary | 1001011 | 10100101 | 11111011 | 1000110 | 100010 | 0 | 10 | 11010001 | 1100000 | 1000000 |
Color Harmonies of #4BA5FB
Complementary color
Monochromatic Colors of #4BA5FB
Black with #4BA5FB
Text Example
Text Example
White with #4BA5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA5FB; }
p { color: rgb(75,165,251); }
H1.HeaderClassName
{
color: #4BA5FB;
}
.AnyTagClassName
{
color: #4BA5FB;
}
</style>
background-color css
<style>
a { background-color: #4BA5FB; }
a { background-color: rgb(75,165,251); }
div.DivClassName
{
background-color: #4BA5FB;
}
.BgClassName
{
background-color: #4BA5FB;
}
</style>
border-color css
<style>
span { border-color: #4BA5FB; }
span { border-color: rgb(75,165,251); }
td.TdClassName
{
border-color: #4BA5FB;
}
.TagClassName
{
border-color: #4BA5FB;
}
</style>