Shades of Cornflower Blue #7390DF
Tints of Cornflower Blue #7390DF
RGB
CMYK
RGB Variations
Color information
#7390DF (or 0x7390DF) is known color: Cornflower Blue. HEX triplet: 73, 90 and DF. RGB value is (115,144,223). Sum of RGB (Red+Green+Blue) = 115+144+223=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #7390DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390DF is #8C6F20. Grayscale: #8F8F8F. Windows color (decimal): -9203489 or 14651507. OLE color: 14651507.
HSL color Cylindrical-coordinate representation of color #7390DF: hue angle of 223.89º degrees, saturation: 0.63, 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 #7390DF is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 144 | 223 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.13 |
| HSL | 223.89º | 0.63% | 0.66% | - |
| HSV(B) | 223.89º | 0.48% | 0.87% | - |
| XYZ | 30.36 | 28.92 | 73.79 | - |
| YUV | 144.34 | 172.39 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 223 | 0.48 | 0.35 | 0 | 0.13 | 223.89 | 0.63 | 0.66 |
| Hex | 73 | 90 | DF | 30 | 23 | 0 | D | E0 | 3F | 42 |
| Octal | 163 | 220 | 337 | 60 | 43 | 0 | 15 | 340 | 77 | 102 |
| Binary | 1110011 | 10010000 | 11011111 | 110000 | 100011 | 0 | 1101 | 11100000 | 111111 | 1000010 |
Color Harmonies of #7390DF
Complementary color
Monochromatic Colors of #7390DF
Black with #7390DF
Text Example
Text Example
White with #7390DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7390DF; }
p { color: rgb(115,144,223); }
H1.HeaderClassName
{
color: #7390DF;
}
.AnyTagClassName
{
color: #7390DF;
}
</style>
background-color css
<style>
a { background-color: #7390DF; }
a { background-color: rgb(115,144,223); }
div.DivClassName
{
background-color: #7390DF;
}
.BgClassName
{
background-color: #7390DF;
}
</style>
border-color css
<style>
span { border-color: #7390DF; }
span { border-color: rgb(115,144,223); }
td.TdClassName
{
border-color: #7390DF;
}
.TagClassName
{
border-color: #7390DF;
}
</style>