Shades of Cornflower Blue #7485FB
Tints of Cornflower Blue #7485FB
RGB
CMYK
RGB Variations
Color information
#7485FB (or 0x7485FB) is known color: Cornflower Blue. HEX triplet: 74, 85 and FB. RGB value is (116,133,251). Sum of RGB (Red+Green+Blue) = 116+133+251=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #7485FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7485FB is #8B7A04. Grayscale: #8C8C8C. Windows color (decimal): -9140741 or 16483700. OLE color: 16483700.
HSL color Cylindrical-coordinate representation of color #7485FB: hue angle of 232.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7485FB is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 133 | 251 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.02 |
| HSL | 232.44º | 0.94% | 0.72% | - |
| HSV(B) | 232.44º | 0.54% | 0.98% | - |
| XYZ | 33 | 27.45 | 94.83 | - |
| YUV | 141.37 | 189.87 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 251 | 0.54 | 0.47 | 0 | 0.02 | 232.44 | 0.94 | 0.72 |
| Hex | 74 | 85 | FB | 36 | 2F | 0 | 2 | E8 | 5E | 48 |
| Octal | 164 | 205 | 373 | 66 | 57 | 0 | 2 | 350 | 136 | 110 |
| Binary | 1110100 | 10000101 | 11111011 | 110110 | 101111 | 0 | 10 | 11101000 | 1011110 | 1001000 |
Color Harmonies of #7485FB
Complementary color
Monochromatic Colors of #7485FB
Black with #7485FB
Text Example
Text Example
White with #7485FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7485FB; }
p { color: rgb(116,133,251); }
H1.HeaderClassName
{
color: #7485FB;
}
.AnyTagClassName
{
color: #7485FB;
}
</style>
background-color css
<style>
a { background-color: #7485FB; }
a { background-color: rgb(116,133,251); }
div.DivClassName
{
background-color: #7485FB;
}
.BgClassName
{
background-color: #7485FB;
}
</style>
border-color css
<style>
span { border-color: #7485FB; }
span { border-color: rgb(116,133,251); }
td.TdClassName
{
border-color: #7485FB;
}
.TagClassName
{
border-color: #7485FB;
}
</style>