Shades of Cornflower Blue #4785FA
Tints of Cornflower Blue #4785FA
RGB
CMYK
RGB Variations
Color information
#4785FA (or 0x4785FA) is known color: Cornflower Blue. HEX triplet: 47, 85 and FA. RGB value is (71,133,250). Sum of RGB (Red+Green+Blue) = 71+133+250=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #4785FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4785FA is #B87A05. Grayscale: #7F7F7F. Windows color (decimal): -12089862 or 16418119. OLE color: 16418119.
HSL color Cylindrical-coordinate representation of color #4785FA: hue angle of 219.22º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4785FA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 133 | 250 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.02 |
| HSL | 219.22º | 0.95% | 0.63% | - |
| HSV(B) | 219.22º | 0.72% | 0.98% | - |
| XYZ | 28.24 | 25.02 | 93.78 | - |
| YUV | 127.8 | 196.96 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 250 | 0.72 | 0.47 | 0 | 0.02 | 219.22 | 0.95 | 0.63 |
| Hex | 47 | 85 | FA | 48 | 2F | 0 | 2 | DB | 5F | 3F |
| Octal | 107 | 205 | 372 | 110 | 57 | 0 | 2 | 333 | 137 | 77 |
| Binary | 1000111 | 10000101 | 11111010 | 1001000 | 101111 | 0 | 10 | 11011011 | 1011111 | 111111 |
Color Harmonies of #4785FA
Complementary color
Monochromatic Colors of #4785FA
Black with #4785FA
Text Example
Text Example
White with #4785FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4785FA; }
p { color: rgb(71,133,250); }
H1.HeaderClassName
{
color: #4785FA;
}
.AnyTagClassName
{
color: #4785FA;
}
</style>
background-color css
<style>
a { background-color: #4785FA; }
a { background-color: rgb(71,133,250); }
div.DivClassName
{
background-color: #4785FA;
}
.BgClassName
{
background-color: #4785FA;
}
</style>
border-color css
<style>
span { border-color: #4785FA; }
span { border-color: rgb(71,133,250); }
td.TdClassName
{
border-color: #4785FA;
}
.TagClassName
{
border-color: #4785FA;
}
</style>