Shades of Cornflower Blue #7389DF
Tints of Cornflower Blue #7389DF
RGB
CMYK
RGB Variations
Color information
#7389DF (or 0x7389DF) is known color: Cornflower Blue. HEX triplet: 73, 89 and DF. RGB value is (115,137,223). Sum of RGB (Red+Green+Blue) = 115+137+223=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #7389DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389DF is #8C7620. Grayscale: #8B8B8B. Windows color (decimal): -9205281 or 14649715. OLE color: 14649715.
HSL color Cylindrical-coordinate representation of color #7389DF: hue angle of 227.78º 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 #7389DF is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 137 | 223 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.13 |
| HSL | 227.78º | 0.63% | 0.66% | - |
| HSV(B) | 227.78º | 0.48% | 0.87% | - |
| XYZ | 29.34 | 26.86 | 73.45 | - |
| YUV | 140.23 | 174.71 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 137 | 223 | 0.48 | 0.39 | 0 | 0.13 | 227.78 | 0.63 | 0.66 |
| Hex | 73 | 89 | DF | 30 | 27 | 0 | D | E4 | 3F | 42 |
| Octal | 163 | 211 | 337 | 60 | 47 | 0 | 15 | 344 | 77 | 102 |
| Binary | 1110011 | 10001001 | 11011111 | 110000 | 100111 | 0 | 1101 | 11100100 | 111111 | 1000010 |
Color Harmonies of #7389DF
Complementary color
Monochromatic Colors of #7389DF
Black with #7389DF
Text Example
Text Example
White with #7389DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7389DF; }
p { color: rgb(115,137,223); }
H1.HeaderClassName
{
color: #7389DF;
}
.AnyTagClassName
{
color: #7389DF;
}
</style>
background-color css
<style>
a { background-color: #7389DF; }
a { background-color: rgb(115,137,223); }
div.DivClassName
{
background-color: #7389DF;
}
.BgClassName
{
background-color: #7389DF;
}
</style>
border-color css
<style>
span { border-color: #7389DF; }
span { border-color: rgb(115,137,223); }
td.TdClassName
{
border-color: #7389DF;
}
.TagClassName
{
border-color: #7389DF;
}
</style>