Shades of Cornflower Blue #7390DC
Tints of Cornflower Blue #7390DC
RGB
CMYK
RGB Variations
Color information
#7390DC (or 0x7390DC) is known color: Cornflower Blue. HEX triplet: 73, 90 and DC. RGB value is (115,144,220). Sum of RGB (Red+Green+Blue) = 115+144+220=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #7390DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390DC is #8C6F23. Grayscale: #8F8F8F. Windows color (decimal): -9203492 or 14454899. OLE color: 14454899.
HSL color Cylindrical-coordinate representation of color #7390DC: hue angle of 223.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7390DC is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 144 | 220 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.14 |
| HSL | 223.43º | 0.6% | 0.66% | - |
| HSV(B) | 223.43º | 0.48% | 0.86% | - |
| XYZ | 29.96 | 28.76 | 71.68 | - |
| YUV | 143.99 | 170.89 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 144 | 220 | 0.48 | 0.35 | 0 | 0.14 | 223.43 | 0.6 | 0.66 |
| Hex | 73 | 90 | DC | 30 | 23 | 0 | E | DF | 3C | 42 |
| Octal | 163 | 220 | 334 | 60 | 43 | 0 | 16 | 337 | 74 | 102 |
| Binary | 1110011 | 10010000 | 11011100 | 110000 | 100011 | 0 | 1110 | 11011111 | 111100 | 1000010 |
Color Harmonies of #7390DC
Complementary color
Monochromatic Colors of #7390DC
Black with #7390DC
Text Example
Text Example
White with #7390DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7390DC; }
p { color: rgb(115,144,220); }
H1.HeaderClassName
{
color: #7390DC;
}
.AnyTagClassName
{
color: #7390DC;
}
</style>
background-color css
<style>
a { background-color: #7390DC; }
a { background-color: rgb(115,144,220); }
div.DivClassName
{
background-color: #7390DC;
}
.BgClassName
{
background-color: #7390DC;
}
</style>
border-color css
<style>
span { border-color: #7390DC; }
span { border-color: rgb(115,144,220); }
td.TdClassName
{
border-color: #7390DC;
}
.TagClassName
{
border-color: #7390DC;
}
</style>