Shades of Cornflower Blue #7495E7
Tints of Cornflower Blue #7495E7
RGB
CMYK
RGB Variations
Color information
#7495E7 (or 0x7495E7) is known color: Cornflower Blue. HEX triplet: 74, 95 and E7. RGB value is (116,149,231). Sum of RGB (Red+Green+Blue) = 116+149+231=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #7495E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7495E7 is #8B6A18. Grayscale: #949494. Windows color (decimal): -9136665 or 15177076. OLE color: 15177076.
HSL color Cylindrical-coordinate representation of color #7495E7: hue angle of 222.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7495E7 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 149 | 231 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.09 |
| HSL | 222.78º | 0.71% | 0.68% | - |
| HSV(B) | 222.78º | 0.5% | 0.91% | - |
| XYZ | 32.37 | 30.98 | 79.87 | - |
| YUV | 148.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 231 | 0.50 | 0.35 | 0 | 0.09 | 222.78 | 0.71 | 0.68 |
| Hex | 74 | 95 | E7 | 32 | 23 | 0 | 9 | DF | 47 | 44 |
| Octal | 164 | 225 | 347 | 62 | 43 | 0 | 11 | 337 | 107 | 104 |
| Binary | 1110100 | 10010101 | 11100111 | 110010 | 100011 | 0 | 1001 | 11011111 | 1000111 | 1000100 |
Color Harmonies of #7495E7
Complementary color
Monochromatic Colors of #7495E7
Black with #7495E7
Text Example
Text Example
White with #7495E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7495E7; }
p { color: rgb(116,149,231); }
H1.HeaderClassName
{
color: #7495E7;
}
.AnyTagClassName
{
color: #7495E7;
}
</style>
background-color css
<style>
a { background-color: #7495E7; }
a { background-color: rgb(116,149,231); }
div.DivClassName
{
background-color: #7495E7;
}
.BgClassName
{
background-color: #7495E7;
}
</style>
border-color css
<style>
span { border-color: #7495E7; }
span { border-color: rgb(116,149,231); }
td.TdClassName
{
border-color: #7495E7;
}
.TagClassName
{
border-color: #7495E7;
}
</style>