Shades of Cornflower Blue #7397DE
Tints of Cornflower Blue #7397DE
RGB
CMYK
RGB Variations
Color information
#7397DE (or 0x7397DE) is known color: Cornflower Blue. HEX triplet: 73, 97 and DE. RGB value is (115,151,222). Sum of RGB (Red+Green+Blue) = 115+151+222=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #7397DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397DE is #8C6821. Grayscale: #949494. Windows color (decimal): -9201698 or 14587763. OLE color: 14587763.
HSL color Cylindrical-coordinate representation of color #7397DE: hue angle of 219.81º 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 #7397DE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 151 | 222 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.13 |
| HSL | 219.81º | 0.62% | 0.66% | - |
| HSV(B) | 219.81º | 0.48% | 0.87% | - |
| XYZ | 31.32 | 31.05 | 73.45 | - |
| YUV | 148.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 222 | 0.48 | 0.32 | 0 | 0.13 | 219.81 | 0.62 | 0.66 |
| Hex | 73 | 97 | DE | 30 | 20 | 0 | D | DC | 3E | 42 |
| Octal | 163 | 227 | 336 | 60 | 40 | 0 | 15 | 334 | 76 | 102 |
| Binary | 1110011 | 10010111 | 11011110 | 110000 | 100000 | 0 | 1101 | 11011100 | 111110 | 1000010 |
Color Harmonies of #7397DE
Complementary color
Monochromatic Colors of #7397DE
Black with #7397DE
Text Example
Text Example
White with #7397DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397DE; }
p { color: rgb(115,151,222); }
H1.HeaderClassName
{
color: #7397DE;
}
.AnyTagClassName
{
color: #7397DE;
}
</style>
background-color css
<style>
a { background-color: #7397DE; }
a { background-color: rgb(115,151,222); }
div.DivClassName
{
background-color: #7397DE;
}
.BgClassName
{
background-color: #7397DE;
}
</style>
border-color css
<style>
span { border-color: #7397DE; }
span { border-color: rgb(115,151,222); }
td.TdClassName
{
border-color: #7397DE;
}
.TagClassName
{
border-color: #7397DE;
}
</style>