Shades of Cornflower Blue #7387DD
Tints of Cornflower Blue #7387DD
RGB
CMYK
RGB Variations
Color information
#7387DD (or 0x7387DD) is known color: Cornflower Blue. HEX triplet: 73, 87 and DD. RGB value is (115,135,221). Sum of RGB (Red+Green+Blue) = 115+135+221=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #7387DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387DD is #8C7822. Grayscale: #8A8A8A. Windows color (decimal): -9205795 or 14518131. OLE color: 14518131.
HSL color Cylindrical-coordinate representation of color #7387DD: hue angle of 228.68º degrees, saturation: 0.61, 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 #7387DD is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 135 | 221 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.13 |
| HSL | 228.68º | 0.61% | 0.66% | - |
| HSV(B) | 228.68º | 0.48% | 0.87% | - |
| XYZ | 28.79 | 26.19 | 71.95 | - |
| YUV | 138.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 135 | 221 | 0.48 | 0.39 | 0 | 0.13 | 228.68 | 0.61 | 0.66 |
| Hex | 73 | 87 | DD | 30 | 27 | 0 | D | E5 | 3D | 42 |
| Octal | 163 | 207 | 335 | 60 | 47 | 0 | 15 | 345 | 75 | 102 |
| Binary | 1110011 | 10000111 | 11011101 | 110000 | 100111 | 0 | 1101 | 11100101 | 111101 | 1000010 |
Color Harmonies of #7387DD
Complementary color
Monochromatic Colors of #7387DD
Black with #7387DD
Text Example
Text Example
White with #7387DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7387DD; }
p { color: rgb(115,135,221); }
H1.HeaderClassName
{
color: #7387DD;
}
.AnyTagClassName
{
color: #7387DD;
}
</style>
background-color css
<style>
a { background-color: #7387DD; }
a { background-color: rgb(115,135,221); }
div.DivClassName
{
background-color: #7387DD;
}
.BgClassName
{
background-color: #7387DD;
}
</style>
border-color css
<style>
span { border-color: #7387DD; }
span { border-color: rgb(115,135,221); }
td.TdClassName
{
border-color: #7387DD;
}
.TagClassName
{
border-color: #7387DD;
}
</style>