Shades of Cornflower Blue #738DF6
Tints of Cornflower Blue #738DF6
RGB
CMYK
RGB Variations
Color information
#738DF6 (or 0x738DF6) is known color: Cornflower Blue. HEX triplet: 73, 8D and F6. RGB value is (115,141,246). Sum of RGB (Red+Green+Blue) = 115+141+246=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #738DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738DF6 is #8C7209. Grayscale: #909090. Windows color (decimal): -9204234 or 16158067. OLE color: 16158067.
HSL color Cylindrical-coordinate representation of color #738DF6: hue angle of 228.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #738DF6 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 141 | 246 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.04 |
| HSL | 228.09º | 0.88% | 0.71% | - |
| HSV(B) | 228.09º | 0.53% | 0.96% | - |
| XYZ | 33.23 | 29.35 | 91.1 | - |
| YUV | 145.2 | 184.89 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 246 | 0.53 | 0.43 | 0 | 0.04 | 228.09 | 0.88 | 0.71 |
| Hex | 73 | 8D | F6 | 35 | 2B | 0 | 4 | E4 | 58 | 47 |
| Octal | 163 | 215 | 366 | 65 | 53 | 0 | 4 | 344 | 130 | 107 |
| Binary | 1110011 | 10001101 | 11110110 | 110101 | 101011 | 0 | 100 | 11100100 | 1011000 | 1000111 |
Color Harmonies of #738DF6
Complementary color
Monochromatic Colors of #738DF6
Black with #738DF6
Text Example
Text Example
White with #738DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DF6; }
p { color: rgb(115,141,246); }
H1.HeaderClassName
{
color: #738DF6;
}
.AnyTagClassName
{
color: #738DF6;
}
</style>
background-color css
<style>
a { background-color: #738DF6; }
a { background-color: rgb(115,141,246); }
div.DivClassName
{
background-color: #738DF6;
}
.BgClassName
{
background-color: #738DF6;
}
</style>
border-color css
<style>
span { border-color: #738DF6; }
span { border-color: rgb(115,141,246); }
td.TdClassName
{
border-color: #738DF6;
}
.TagClassName
{
border-color: #738DF6;
}
</style>