Shades of Cornflower Blue #7387DE
Tints of Cornflower Blue #7387DE
RGB
CMYK
RGB Variations
Color information
#7387DE (or 0x7387DE) is known color: Cornflower Blue. HEX triplet: 73, 87 and DE. RGB value is (115,135,222). Sum of RGB (Red+Green+Blue) = 115+135+222=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #7387DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387DE is #8C7821. Grayscale: #8A8A8A. Windows color (decimal): -9205794 or 14583667. OLE color: 14583667.
HSL color Cylindrical-coordinate representation of color #7387DE: hue angle of 228.79º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7387DE is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 135 | 222 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.13 |
| HSL | 228.79º | 0.62% | 0.66% | - |
| HSV(B) | 228.79º | 0.48% | 0.87% | - |
| XYZ | 28.92 | 26.25 | 72.65 | - |
| YUV | 138.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 222 | 0.48 | 0.39 | 0 | 0.13 | 228.79 | 0.62 | 0.66 |
| Hex | 73 | 87 | DE | 30 | 27 | 0 | D | E5 | 3E | 42 |
| Octal | 163 | 207 | 336 | 60 | 47 | 0 | 15 | 345 | 76 | 102 |
| Binary | 1110011 | 10000111 | 11011110 | 110000 | 100111 | 0 | 1101 | 11100101 | 111110 | 1000010 |
Color Harmonies of #7387DE
Complementary color
Monochromatic Colors of #7387DE
Black with #7387DE
Text Example
Text Example
White with #7387DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7387DE; }
p { color: rgb(115,135,222); }
H1.HeaderClassName
{
color: #7387DE;
}
.AnyTagClassName
{
color: #7387DE;
}
</style>
background-color css
<style>
a { background-color: #7387DE; }
a { background-color: rgb(115,135,222); }
div.DivClassName
{
background-color: #7387DE;
}
.BgClassName
{
background-color: #7387DE;
}
</style>
border-color css
<style>
span { border-color: #7387DE; }
span { border-color: rgb(115,135,222); }
td.TdClassName
{
border-color: #7387DE;
}
.TagClassName
{
border-color: #7387DE;
}
</style>