Shades of Cornflower Blue #4885F1
Tints of Cornflower Blue #4885F1
RGB
CMYK
RGB Variations
Color information
#4885F1 (or 0x4885F1) is known color: Cornflower Blue. HEX triplet: 48, 85 and F1. RGB value is (72,133,241). Sum of RGB (Red+Green+Blue) = 72+133+241=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #4885F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4885F1 is #B77A0E. Grayscale: #7E7E7E. Windows color (decimal): -12024335 or 15828296. OLE color: 15828296.
HSL color Cylindrical-coordinate representation of color #4885F1: hue angle of 218.34º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4885F1 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 133 | 241 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.05 |
| HSL | 218.34º | 0.86% | 0.61% | - |
| HSV(B) | 218.34º | 0.7% | 0.95% | - |
| XYZ | 26.94 | 24.5 | 86.53 | - |
| YUV | 127.07 | 192.29 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 241 | 0.70 | 0.45 | 0 | 0.05 | 218.34 | 0.86 | 0.61 |
| Hex | 48 | 85 | F1 | 46 | 2D | 0 | 5 | DA | 56 | 3D |
| Octal | 110 | 205 | 361 | 106 | 55 | 0 | 5 | 332 | 126 | 75 |
| Binary | 1001000 | 10000101 | 11110001 | 1000110 | 101101 | 0 | 101 | 11011010 | 1010110 | 111101 |
Color Harmonies of #4885F1
Complementary color
Monochromatic Colors of #4885F1
Black with #4885F1
Text Example
Text Example
White with #4885F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885F1; }
p { color: rgb(72,133,241); }
H1.HeaderClassName
{
color: #4885F1;
}
.AnyTagClassName
{
color: #4885F1;
}
</style>
background-color css
<style>
a { background-color: #4885F1; }
a { background-color: rgb(72,133,241); }
div.DivClassName
{
background-color: #4885F1;
}
.BgClassName
{
background-color: #4885F1;
}
</style>
border-color css
<style>
span { border-color: #4885F1; }
span { border-color: rgb(72,133,241); }
td.TdClassName
{
border-color: #4885F1;
}
.TagClassName
{
border-color: #4885F1;
}
</style>