Shades of Cornflower Blue #7493DF
Tints of Cornflower Blue #7493DF
RGB
CMYK
RGB Variations
Color information
#7493DF (or 0x7493DF) is known color: Cornflower Blue. HEX triplet: 74, 93 and DF. RGB value is (116,147,223). Sum of RGB (Red+Green+Blue) = 116+147+223=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #7493DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493DF is #8B6C20. Grayscale: #929292. Windows color (decimal): -9137185 or 14652276. OLE color: 14652276.
HSL color Cylindrical-coordinate representation of color #7493DF: hue angle of 222.62º 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 #7493DF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 147 | 223 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.13 |
| HSL | 222.62º | 0.63% | 0.66% | - |
| HSV(B) | 222.62º | 0.48% | 0.87% | - |
| XYZ | 30.96 | 29.91 | 73.95 | - |
| YUV | 146.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 147 | 223 | 0.48 | 0.34 | 0 | 0.13 | 222.62 | 0.63 | 0.66 |
| Hex | 74 | 93 | DF | 30 | 22 | 0 | D | DF | 3F | 42 |
| Octal | 164 | 223 | 337 | 60 | 42 | 0 | 15 | 337 | 77 | 102 |
| Binary | 1110100 | 10010011 | 11011111 | 110000 | 100010 | 0 | 1101 | 11011111 | 111111 | 1000010 |
Color Harmonies of #7493DF
Complementary color
Monochromatic Colors of #7493DF
Black with #7493DF
Text Example
Text Example
White with #7493DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7493DF; }
p { color: rgb(116,147,223); }
H1.HeaderClassName
{
color: #7493DF;
}
.AnyTagClassName
{
color: #7493DF;
}
</style>
background-color css
<style>
a { background-color: #7493DF; }
a { background-color: rgb(116,147,223); }
div.DivClassName
{
background-color: #7493DF;
}
.BgClassName
{
background-color: #7493DF;
}
</style>
border-color css
<style>
span { border-color: #7493DF; }
span { border-color: rgb(116,147,223); }
td.TdClassName
{
border-color: #7493DF;
}
.TagClassName
{
border-color: #7493DF;
}
</style>