Shades of Cornflower Blue #4BA1FE
Tints of Cornflower Blue #4BA1FE
RGB
CMYK
RGB Variations
Color information
#4BA1FE (or 0x4BA1FE) is known color: Cornflower Blue. HEX triplet: 4B, A1 and FE. RGB value is (75,161,254). Sum of RGB (Red+Green+Blue) = 75+161+254=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BA1FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA1FE is #B45E01. Grayscale: #919191. Windows color (decimal): -11820546 or 16687435. OLE color: 16687435.
HSL color Cylindrical-coordinate representation of color #4BA1FE: hue angle of 211.17º 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 #4BA1FE is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 161 | 254 | - |
| CMYK | 0.70 | 0.37 | 0 | 0.00 |
| HSL | 211.17º | 0.99% | 0.65% | - |
| HSV(B) | 211.17º | 0.7% | 1% | - |
| XYZ | 33.54 | 34.14 | 98.59 | - |
| YUV | 145.89 | 189.01 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 161 | 254 | 0.70 | 0.37 | 0 | 0.00 | 211.17 | 0.99 | 0.65 |
| Hex | 4B | A1 | FE | 46 | 25 | 0 | 0 | D3 | 63 | 41 |
| Octal | 113 | 241 | 376 | 106 | 45 | 0 | 0 | 323 | 143 | 101 |
| Binary | 1001011 | 10100001 | 11111110 | 1000110 | 100101 | 0 | 0 | 11010011 | 1100011 | 1000001 |
Color Harmonies of #4BA1FE
Complementary color
Monochromatic Colors of #4BA1FE
Black with #4BA1FE
Text Example
Text Example
White with #4BA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA1FE; }
p { color: rgb(75,161,254); }
H1.HeaderClassName
{
color: #4BA1FE;
}
.AnyTagClassName
{
color: #4BA1FE;
}
</style>
background-color css
<style>
a { background-color: #4BA1FE; }
a { background-color: rgb(75,161,254); }
div.DivClassName
{
background-color: #4BA1FE;
}
.BgClassName
{
background-color: #4BA1FE;
}
</style>
border-color css
<style>
span { border-color: #4BA1FE; }
span { border-color: rgb(75,161,254); }
td.TdClassName
{
border-color: #4BA1FE;
}
.TagClassName
{
border-color: #4BA1FE;
}
</style>