Shades of Cornflower Blue #4892FA
Tints of Cornflower Blue #4892FA
RGB
CMYK
RGB Variations
Color information
#4892FA (or 0x4892FA) is known color: Cornflower Blue. HEX triplet: 48, 92 and FA. RGB value is (72,146,250). Sum of RGB (Red+Green+Blue) = 72+146+250=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #4892FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4892FA is #B76D05. Grayscale: #878787. Windows color (decimal): -12020998 or 16421448. OLE color: 16421448.
HSL color Cylindrical-coordinate representation of color #4892FA: hue angle of 215.06º degrees, saturation: 0.95, 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 #4892FA is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 146 | 250 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.02 |
| HSL | 215.06º | 0.95% | 0.63% | - |
| HSV(B) | 215.06º | 0.71% | 0.98% | - |
| XYZ | 30.21 | 28.84 | 94.42 | - |
| YUV | 135.73 | 192.48 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 250 | 0.71 | 0.42 | 0 | 0.02 | 215.06 | 0.95 | 0.63 |
| Hex | 48 | 92 | FA | 47 | 2A | 0 | 2 | D7 | 5F | 3F |
| Octal | 110 | 222 | 372 | 107 | 52 | 0 | 2 | 327 | 137 | 77 |
| Binary | 1001000 | 10010010 | 11111010 | 1000111 | 101010 | 0 | 10 | 11010111 | 1011111 | 111111 |
Color Harmonies of #4892FA
Complementary color
Monochromatic Colors of #4892FA
Black with #4892FA
Text Example
Text Example
White with #4892FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892FA; }
p { color: rgb(72,146,250); }
H1.HeaderClassName
{
color: #4892FA;
}
.AnyTagClassName
{
color: #4892FA;
}
</style>
background-color css
<style>
a { background-color: #4892FA; }
a { background-color: rgb(72,146,250); }
div.DivClassName
{
background-color: #4892FA;
}
.BgClassName
{
background-color: #4892FA;
}
</style>
border-color css
<style>
span { border-color: #4892FA; }
span { border-color: rgb(72,146,250); }
td.TdClassName
{
border-color: #4892FA;
}
.TagClassName
{
border-color: #4892FA;
}
</style>