Shades of Cornflower Blue #4885EF
Tints of Cornflower Blue #4885EF
RGB
CMYK
RGB Variations
Color information
#4885EF (or 0x4885EF) is known color: Cornflower Blue. HEX triplet: 48, 85 and EF. RGB value is (72,133,239). Sum of RGB (Red+Green+Blue) = 72+133+239=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #4885EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4885EF is #B77A10. Grayscale: #7E7E7E. Windows color (decimal): -12024337 or 15697224. OLE color: 15697224.
HSL color Cylindrical-coordinate representation of color #4885EF: hue angle of 218.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4885EF is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 133 | 239 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.06 |
| HSL | 218.08º | 0.84% | 0.61% | - |
| HSV(B) | 218.08º | 0.7% | 0.94% | - |
| XYZ | 26.64 | 24.38 | 84.96 | - |
| YUV | 126.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 239 | 0.70 | 0.44 | 0 | 0.06 | 218.08 | 0.84 | 0.61 |
| Hex | 48 | 85 | EF | 46 | 2C | 0 | 6 | DA | 54 | 3D |
| Octal | 110 | 205 | 357 | 106 | 54 | 0 | 6 | 332 | 124 | 75 |
| Binary | 1001000 | 10000101 | 11101111 | 1000110 | 101100 | 0 | 110 | 11011010 | 1010100 | 111101 |
Color Harmonies of #4885EF
Complementary color
Monochromatic Colors of #4885EF
Black with #4885EF
Text Example
Text Example
White with #4885EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885EF; }
p { color: rgb(72,133,239); }
H1.HeaderClassName
{
color: #4885EF;
}
.AnyTagClassName
{
color: #4885EF;
}
</style>
background-color css
<style>
a { background-color: #4885EF; }
a { background-color: rgb(72,133,239); }
div.DivClassName
{
background-color: #4885EF;
}
.BgClassName
{
background-color: #4885EF;
}
</style>
border-color css
<style>
span { border-color: #4885EF; }
span { border-color: rgb(72,133,239); }
td.TdClassName
{
border-color: #4885EF;
}
.TagClassName
{
border-color: #4885EF;
}
</style>