Shades of Cornflower Blue #7895EA
Tints of Cornflower Blue #7895EA
RGB
CMYK
RGB Variations
Color information
#7895EA (or 0x7895EA) is known color: Cornflower Blue. HEX triplet: 78, 95 and EA. RGB value is (120,149,234). Sum of RGB (Red+Green+Blue) = 120+149+234=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #7895EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7895EA is #876A15. Grayscale: #959595. Windows color (decimal): -8874518 or 15373688. OLE color: 15373688.
HSL color Cylindrical-coordinate representation of color #7895EA: hue angle of 224.74º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7895EA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 149 | 234 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.08 |
| HSL | 224.74º | 0.73% | 0.69% | - |
| HSV(B) | 224.74º | 0.49% | 0.92% | - |
| XYZ | 33.34 | 31.43 | 82.15 | - |
| YUV | 150.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 234 | 0.49 | 0.36 | 0 | 0.08 | 224.74 | 0.73 | 0.69 |
| Hex | 78 | 95 | EA | 31 | 24 | 0 | 8 | E1 | 49 | 45 |
| Octal | 170 | 225 | 352 | 61 | 44 | 0 | 10 | 341 | 111 | 105 |
| Binary | 1111000 | 10010101 | 11101010 | 110001 | 100100 | 0 | 1000 | 11100001 | 1001001 | 1000101 |
Color Harmonies of #7895EA
Complementary color
Monochromatic Colors of #7895EA
Black with #7895EA
Text Example
Text Example
White with #7895EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7895EA; }
p { color: rgb(120,149,234); }
H1.HeaderClassName
{
color: #7895EA;
}
.AnyTagClassName
{
color: #7895EA;
}
</style>
background-color css
<style>
a { background-color: #7895EA; }
a { background-color: rgb(120,149,234); }
div.DivClassName
{
background-color: #7895EA;
}
.BgClassName
{
background-color: #7895EA;
}
</style>
border-color css
<style>
span { border-color: #7895EA; }
span { border-color: rgb(120,149,234); }
td.TdClassName
{
border-color: #7895EA;
}
.TagClassName
{
border-color: #7895EA;
}
</style>