Shades of Cornflower Blue #4892ED
Tints of Cornflower Blue #4892ED
RGB
CMYK
RGB Variations
Color information
#4892ED (or 0x4892ED) is known color: Cornflower Blue. HEX triplet: 48, 92 and ED. RGB value is (72,146,237). Sum of RGB (Red+Green+Blue) = 72+146+237=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #4892ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4892ED is #B76D12. Grayscale: #858585. Windows color (decimal): -12021011 or 15569480. OLE color: 15569480.
HSL color Cylindrical-coordinate representation of color #4892ED: hue angle of 213.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4892ED is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 146 | 237 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.07 |
| HSL | 213.09º | 0.82% | 0.61% | - |
| HSV(B) | 213.09º | 0.7% | 0.93% | - |
| XYZ | 28.24 | 28.05 | 84.05 | - |
| YUV | 134.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 237 | 0.70 | 0.38 | 0 | 0.07 | 213.09 | 0.82 | 0.61 |
| Hex | 48 | 92 | ED | 46 | 26 | 0 | 7 | D5 | 52 | 3D |
| Octal | 110 | 222 | 355 | 106 | 46 | 0 | 7 | 325 | 122 | 75 |
| Binary | 1001000 | 10010010 | 11101101 | 1000110 | 100110 | 0 | 111 | 11010101 | 1010010 | 111101 |
Color Harmonies of #4892ED
Complementary color
Monochromatic Colors of #4892ED
Black with #4892ED
Text Example
Text Example
White with #4892ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892ED; }
p { color: rgb(72,146,237); }
H1.HeaderClassName
{
color: #4892ED;
}
.AnyTagClassName
{
color: #4892ED;
}
</style>
background-color css
<style>
a { background-color: #4892ED; }
a { background-color: rgb(72,146,237); }
div.DivClassName
{
background-color: #4892ED;
}
.BgClassName
{
background-color: #4892ED;
}
</style>
border-color css
<style>
span { border-color: #4892ED; }
span { border-color: rgb(72,146,237); }
td.TdClassName
{
border-color: #4892ED;
}
.TagClassName
{
border-color: #4892ED;
}
</style>