Shades of Cornflower Blue #4895FB
Tints of Cornflower Blue #4895FB
RGB
CMYK
RGB Variations
Color information
#4895FB (or 0x4895FB) is known color: Cornflower Blue. HEX triplet: 48, 95 and FB. RGB value is (72,149,251). Sum of RGB (Red+Green+Blue) = 72+149+251=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #4895FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4895FB is #B76A04. Grayscale: #898989. Windows color (decimal): -12020229 or 16487752. OLE color: 16487752.
HSL color Cylindrical-coordinate representation of color #4895FB: hue angle of 214.19º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4895FB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 149 | 251 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.02 |
| HSL | 214.19º | 0.96% | 0.63% | - |
| HSV(B) | 214.19º | 0.71% | 0.98% | - |
| XYZ | 30.83 | 29.84 | 95.4 | - |
| YUV | 137.61 | 191.99 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 251 | 0.71 | 0.41 | 0 | 0.02 | 214.19 | 0.96 | 0.63 |
| Hex | 48 | 95 | FB | 47 | 29 | 0 | 2 | D6 | 60 | 3F |
| Octal | 110 | 225 | 373 | 107 | 51 | 0 | 2 | 326 | 140 | 77 |
| Binary | 1001000 | 10010101 | 11111011 | 1000111 | 101001 | 0 | 10 | 11010110 | 1100000 | 111111 |
Color Harmonies of #4895FB
Complementary color
Monochromatic Colors of #4895FB
Black with #4895FB
Text Example
Text Example
White with #4895FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4895FB; }
p { color: rgb(72,149,251); }
H1.HeaderClassName
{
color: #4895FB;
}
.AnyTagClassName
{
color: #4895FB;
}
</style>
background-color css
<style>
a { background-color: #4895FB; }
a { background-color: rgb(72,149,251); }
div.DivClassName
{
background-color: #4895FB;
}
.BgClassName
{
background-color: #4895FB;
}
</style>
border-color css
<style>
span { border-color: #4895FB; }
span { border-color: rgb(72,149,251); }
td.TdClassName
{
border-color: #4895FB;
}
.TagClassName
{
border-color: #4895FB;
}
</style>