Shades of Cornflower Blue #7397DF
Tints of Cornflower Blue #7397DF
RGB
CMYK
RGB Variations
Color information
#7397DF (or 0x7397DF) is known color: Cornflower Blue. HEX triplet: 73, 97 and DF. RGB value is (115,151,223). Sum of RGB (Red+Green+Blue) = 115+151+223=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #7397DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397DF is #8C6820. Grayscale: #949494. Windows color (decimal): -9201697 or 14653299. OLE color: 14653299.
HSL color Cylindrical-coordinate representation of color #7397DF: hue angle of 220º 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 #7397DF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 151 | 223 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.13 |
| HSL | 220º | 0.63% | 0.66% | - |
| HSV(B) | 220º | 0.48% | 0.87% | - |
| XYZ | 31.46 | 31.11 | 74.16 | - |
| YUV | 148.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 223 | 0.48 | 0.32 | 0 | 0.13 | 220 | 0.63 | 0.66 |
| Hex | 73 | 97 | DF | 30 | 20 | 0 | D | DC | 3F | 42 |
| Octal | 163 | 227 | 337 | 60 | 40 | 0 | 15 | 334 | 77 | 102 |
| Binary | 1110011 | 10010111 | 11011111 | 110000 | 100000 | 0 | 1101 | 11011100 | 111111 | 1000010 |
Color Harmonies of #7397DF
Complementary color
Monochromatic Colors of #7397DF
Black with #7397DF
Text Example
Text Example
White with #7397DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397DF; }
p { color: rgb(115,151,223); }
H1.HeaderClassName
{
color: #7397DF;
}
.AnyTagClassName
{
color: #7397DF;
}
</style>
background-color css
<style>
a { background-color: #7397DF; }
a { background-color: rgb(115,151,223); }
div.DivClassName
{
background-color: #7397DF;
}
.BgClassName
{
background-color: #7397DF;
}
</style>
border-color css
<style>
span { border-color: #7397DF; }
span { border-color: rgb(115,151,223); }
td.TdClassName
{
border-color: #7397DF;
}
.TagClassName
{
border-color: #7397DF;
}
</style>