Shades of Cornflower Blue #7387E8
Tints of Cornflower Blue #7387E8
RGB
CMYK
RGB Variations
Color information
#7387E8 (or 0x7387E8) is known color: Cornflower Blue. HEX triplet: 73, 87 and E8. RGB value is (115,135,232). Sum of RGB (Red+Green+Blue) = 115+135+232=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #7387E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7387E8 is #8C7817. Grayscale: #8B8B8B. Windows color (decimal): -9205784 or 15239027. OLE color: 15239027.
HSL color Cylindrical-coordinate representation of color #7387E8: hue angle of 229.74º degrees, saturation: 0.72, 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 #7387E8 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 135 | 232 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.09 |
| HSL | 229.74º | 0.72% | 0.68% | - |
| HSV(B) | 229.74º | 0.5% | 0.91% | - |
| XYZ | 30.3 | 26.8 | 79.92 | - |
| YUV | 140.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 232 | 0.50 | 0.42 | 0 | 0.09 | 229.74 | 0.72 | 0.68 |
| Hex | 73 | 87 | E8 | 32 | 2A | 0 | 9 | E6 | 48 | 44 |
| Octal | 163 | 207 | 350 | 62 | 52 | 0 | 11 | 346 | 110 | 104 |
| Binary | 1110011 | 10000111 | 11101000 | 110010 | 101010 | 0 | 1001 | 11100110 | 1001000 | 1000100 |
Color Harmonies of #7387E8
Complementary color
Monochromatic Colors of #7387E8
Black with #7387E8
Text Example
Text Example
White with #7387E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7387E8; }
p { color: rgb(115,135,232); }
H1.HeaderClassName
{
color: #7387E8;
}
.AnyTagClassName
{
color: #7387E8;
}
</style>
background-color css
<style>
a { background-color: #7387E8; }
a { background-color: rgb(115,135,232); }
div.DivClassName
{
background-color: #7387E8;
}
.BgClassName
{
background-color: #7387E8;
}
</style>
border-color css
<style>
span { border-color: #7387E8; }
span { border-color: rgb(115,135,232); }
td.TdClassName
{
border-color: #7387E8;
}
.TagClassName
{
border-color: #7387E8;
}
</style>