Shades of Cornflower Blue #7385DF
Tints of Cornflower Blue #7385DF
RGB
CMYK
RGB Variations
Color information
#7385DF (or 0x7385DF) is known color: Cornflower Blue. HEX triplet: 73, 85 and DF. RGB value is (115,133,223). Sum of RGB (Red+Green+Blue) = 115+133+223=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7385DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385DF is #8C7A20. Grayscale: #898989. Windows color (decimal): -9206305 or 14648691. OLE color: 14648691.
HSL color Cylindrical-coordinate representation of color #7385DF: hue angle of 230º 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 #7385DF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 133 | 223 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.13 |
| HSL | 230º | 0.63% | 0.66% | - |
| HSV(B) | 230º | 0.48% | 0.87% | - |
| XYZ | 28.78 | 25.75 | 73.27 | - |
| YUV | 137.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 133 | 223 | 0.48 | 0.40 | 0 | 0.13 | 230 | 0.63 | 0.66 |
| Hex | 73 | 85 | DF | 30 | 28 | 0 | D | E6 | 3F | 42 |
| Octal | 163 | 205 | 337 | 60 | 50 | 0 | 15 | 346 | 77 | 102 |
| Binary | 1110011 | 10000101 | 11011111 | 110000 | 101000 | 0 | 1101 | 11100110 | 111111 | 1000010 |
Color Harmonies of #7385DF
Complementary color
Monochromatic Colors of #7385DF
Black with #7385DF
Text Example
Text Example
White with #7385DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7385DF; }
p { color: rgb(115,133,223); }
H1.HeaderClassName
{
color: #7385DF;
}
.AnyTagClassName
{
color: #7385DF;
}
</style>
background-color css
<style>
a { background-color: #7385DF; }
a { background-color: rgb(115,133,223); }
div.DivClassName
{
background-color: #7385DF;
}
.BgClassName
{
background-color: #7385DF;
}
</style>
border-color css
<style>
span { border-color: #7385DF; }
span { border-color: rgb(115,133,223); }
td.TdClassName
{
border-color: #7385DF;
}
.TagClassName
{
border-color: #7385DF;
}
</style>