Shades of Cornflower Blue #7481EE
Tints of Cornflower Blue #7481EE
RGB
CMYK
RGB Variations
Color information
#7481EE (or 0x7481EE) is known color: Cornflower Blue. HEX triplet: 74, 81 and EE. RGB value is (116,129,238). Sum of RGB (Red+Green+Blue) = 116+129+238=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #7481EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7481EE is #8B7E11. Grayscale: #898989. Windows color (decimal): -9141778 or 15630708. OLE color: 15630708.
HSL color Cylindrical-coordinate representation of color #7481EE: hue angle of 233.61º 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 #7481EE is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 129 | 238 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.07 |
| HSL | 233.61º | 0.78% | 0.69% | - |
| HSV(B) | 233.61º | 0.51% | 0.93% | - |
| XYZ | 30.49 | 25.59 | 84.22 | - |
| YUV | 137.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 238 | 0.51 | 0.46 | 0 | 0.07 | 233.61 | 0.78 | 0.69 |
| Hex | 74 | 81 | EE | 33 | 2E | 0 | 7 | EA | 4E | 45 |
| Octal | 164 | 201 | 356 | 63 | 56 | 0 | 7 | 352 | 116 | 105 |
| Binary | 1110100 | 10000001 | 11101110 | 110011 | 101110 | 0 | 111 | 11101010 | 1001110 | 1000101 |
Color Harmonies of #7481EE
Complementary color
Monochromatic Colors of #7481EE
Black with #7481EE
Text Example
Text Example
White with #7481EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481EE; }
p { color: rgb(116,129,238); }
H1.HeaderClassName
{
color: #7481EE;
}
.AnyTagClassName
{
color: #7481EE;
}
</style>
background-color css
<style>
a { background-color: #7481EE; }
a { background-color: rgb(116,129,238); }
div.DivClassName
{
background-color: #7481EE;
}
.BgClassName
{
background-color: #7481EE;
}
</style>
border-color css
<style>
span { border-color: #7481EE; }
span { border-color: rgb(116,129,238); }
td.TdClassName
{
border-color: #7481EE;
}
.TagClassName
{
border-color: #7481EE;
}
</style>