Shades of Cornflower Blue #738DDC
Tints of Cornflower Blue #738DDC
RGB
CMYK
RGB Variations
Color information
#738DDC (or 0x738DDC) is known color: Cornflower Blue. HEX triplet: 73, 8D and DC. RGB value is (115,141,220). Sum of RGB (Red+Green+Blue) = 115+141+220=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #738DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DDC is #8C7223. Grayscale: #8D8D8D. Windows color (decimal): -9204260 or 14454131. OLE color: 14454131.
HSL color Cylindrical-coordinate representation of color #738DDC: hue angle of 225.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #738DDC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 141 | 220 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.14 |
| HSL | 225.14º | 0.6% | 0.66% | - |
| HSV(B) | 225.14º | 0.48% | 0.86% | - |
| XYZ | 29.51 | 27.86 | 71.53 | - |
| YUV | 142.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 220 | 0.48 | 0.36 | 0 | 0.14 | 225.14 | 0.6 | 0.66 |
| Hex | 73 | 8D | DC | 30 | 24 | 0 | E | E1 | 3C | 42 |
| Octal | 163 | 215 | 334 | 60 | 44 | 0 | 16 | 341 | 74 | 102 |
| Binary | 1110011 | 10001101 | 11011100 | 110000 | 100100 | 0 | 1110 | 11100001 | 111100 | 1000010 |
Color Harmonies of #738DDC
Complementary color
Monochromatic Colors of #738DDC
Black with #738DDC
Text Example
Text Example
White with #738DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DDC; }
p { color: rgb(115,141,220); }
H1.HeaderClassName
{
color: #738DDC;
}
.AnyTagClassName
{
color: #738DDC;
}
</style>
background-color css
<style>
a { background-color: #738DDC; }
a { background-color: rgb(115,141,220); }
div.DivClassName
{
background-color: #738DDC;
}
.BgClassName
{
background-color: #738DDC;
}
</style>
border-color css
<style>
span { border-color: #738DDC; }
span { border-color: rgb(115,141,220); }
td.TdClassName
{
border-color: #738DDC;
}
.TagClassName
{
border-color: #738DDC;
}
</style>