Shades of Cornflower Blue #7484EE
Tints of Cornflower Blue #7484EE
RGB
CMYK
RGB Variations
Color information
#7484EE (or 0x7484EE) is known color: Cornflower Blue. HEX triplet: 74, 84 and EE. RGB value is (116,132,238). Sum of RGB (Red+Green+Blue) = 116+132+238=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #7484EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7484EE is #8B7B11. Grayscale: #8A8A8A. Windows color (decimal): -9141010 or 15631476. OLE color: 15631476.
HSL color Cylindrical-coordinate representation of color #7484EE: hue angle of 232.13º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7484EE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 132 | 238 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.07 |
| HSL | 232.13º | 0.78% | 0.69% | - |
| HSV(B) | 232.13º | 0.51% | 0.93% | - |
| XYZ | 30.89 | 26.39 | 84.35 | - |
| YUV | 139.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 238 | 0.51 | 0.45 | 0 | 0.07 | 232.13 | 0.78 | 0.69 |
| Hex | 74 | 84 | EE | 33 | 2D | 0 | 7 | E8 | 4E | 45 |
| Octal | 164 | 204 | 356 | 63 | 55 | 0 | 7 | 350 | 116 | 105 |
| Binary | 1110100 | 10000100 | 11101110 | 110011 | 101101 | 0 | 111 | 11101000 | 1001110 | 1000101 |
Color Harmonies of #7484EE
Complementary color
Monochromatic Colors of #7484EE
Black with #7484EE
Text Example
Text Example
White with #7484EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7484EE; }
p { color: rgb(116,132,238); }
H1.HeaderClassName
{
color: #7484EE;
}
.AnyTagClassName
{
color: #7484EE;
}
</style>
background-color css
<style>
a { background-color: #7484EE; }
a { background-color: rgb(116,132,238); }
div.DivClassName
{
background-color: #7484EE;
}
.BgClassName
{
background-color: #7484EE;
}
</style>
border-color css
<style>
span { border-color: #7484EE; }
span { border-color: rgb(116,132,238); }
td.TdClassName
{
border-color: #7484EE;
}
.TagClassName
{
border-color: #7484EE;
}
</style>