Shades of Cornflower Blue #4885FD
Tints of Cornflower Blue #4885FD
RGB
CMYK
RGB Variations
Color information
#4885FD (or 0x4885FD) is known color: Cornflower Blue. HEX triplet: 48, 85 and FD. RGB value is (72,133,253). Sum of RGB (Red+Green+Blue) = 72+133+253=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #4885FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4885FD is #B77A02. Grayscale: #7F7F7F. Windows color (decimal): -12024323 or 16614728. OLE color: 16614728.
HSL color Cylindrical-coordinate representation of color #4885FD: hue angle of 219.78º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4885FD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 133 | 253 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.01 |
| HSL | 219.78º | 0.98% | 0.64% | - |
| HSV(B) | 219.78º | 0.72% | 0.99% | - |
| XYZ | 28.79 | 25.24 | 96.28 | - |
| YUV | 128.44 | 198.29 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 253 | 0.72 | 0.47 | 0 | 0.01 | 219.78 | 0.98 | 0.64 |
| Hex | 48 | 85 | FD | 48 | 2F | 0 | 1 | DC | 62 | 40 |
| Octal | 110 | 205 | 375 | 110 | 57 | 0 | 1 | 334 | 142 | 100 |
| Binary | 1001000 | 10000101 | 11111101 | 1001000 | 101111 | 0 | 1 | 11011100 | 1100010 | 1000000 |
Color Harmonies of #4885FD
Complementary color
Monochromatic Colors of #4885FD
Black with #4885FD
Text Example
Text Example
White with #4885FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885FD; }
p { color: rgb(72,133,253); }
H1.HeaderClassName
{
color: #4885FD;
}
.AnyTagClassName
{
color: #4885FD;
}
</style>
background-color css
<style>
a { background-color: #4885FD; }
a { background-color: rgb(72,133,253); }
div.DivClassName
{
background-color: #4885FD;
}
.BgClassName
{
background-color: #4885FD;
}
</style>
border-color css
<style>
span { border-color: #4885FD; }
span { border-color: rgb(72,133,253); }
td.TdClassName
{
border-color: #4885FD;
}
.TagClassName
{
border-color: #4885FD;
}
</style>