Shades of Cornflower Blue #4BABFE
Tints of Cornflower Blue #4BABFE
RGB
CMYK
RGB Variations
Color information
#4BABFE (or 0x4BABFE) is known color: Cornflower Blue. HEX triplet: 4B, AB and FE. RGB value is (75,171,254). Sum of RGB (Red+Green+Blue) = 75+171+254=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BABFE is #B45401. Grayscale: #979797. Windows color (decimal): -11817986 or 16689995. OLE color: 16689995.
HSL color Cylindrical-coordinate representation of color #4BABFE: hue angle of 207.82º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BABFE is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 171 | 254 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.00 |
| HSL | 207.82º | 0.99% | 0.65% | - |
| HSV(B) | 207.82º | 0.7% | 1% | - |
| XYZ | 35.35 | 37.78 | 99.19 | - |
| YUV | 151.76 | 185.7 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 254 | 0.70 | 0.33 | 0 | 0.00 | 207.82 | 0.99 | 0.65 |
| Hex | 4B | AB | FE | 46 | 21 | 0 | 0 | D0 | 63 | 41 |
| Octal | 113 | 253 | 376 | 106 | 41 | 0 | 0 | 320 | 143 | 101 |
| Binary | 1001011 | 10101011 | 11111110 | 1000110 | 100001 | 0 | 0 | 11010000 | 1100011 | 1000001 |
Color Harmonies of #4BABFE
Complementary color
Monochromatic Colors of #4BABFE
Black with #4BABFE
Text Example
Text Example
White with #4BABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABFE; }
p { color: rgb(75,171,254); }
H1.HeaderClassName
{
color: #4BABFE;
}
.AnyTagClassName
{
color: #4BABFE;
}
</style>
background-color css
<style>
a { background-color: #4BABFE; }
a { background-color: rgb(75,171,254); }
div.DivClassName
{
background-color: #4BABFE;
}
.BgClassName
{
background-color: #4BABFE;
}
</style>
border-color css
<style>
span { border-color: #4BABFE; }
span { border-color: rgb(75,171,254); }
td.TdClassName
{
border-color: #4BABFE;
}
.TagClassName
{
border-color: #4BABFE;
}
</style>