Shades of Cornflower Blue #738FDC
Tints of Cornflower Blue #738FDC
RGB
CMYK
RGB Variations
Color information
#738FDC (or 0x738FDC) is known color: Cornflower Blue. HEX triplet: 73, 8F and DC. RGB value is (115,143,220). Sum of RGB (Red+Green+Blue) = 115+143+220=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #738FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FDC is #8C7023. Grayscale: #8F8F8F. Windows color (decimal): -9203748 or 14454643. OLE color: 14454643.
HSL color Cylindrical-coordinate representation of color #738FDC: hue angle of 224º 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 #738FDC is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 143 | 220 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.14 |
| HSL | 224º | 0.6% | 0.66% | - |
| HSV(B) | 224º | 0.48% | 0.86% | - |
| XYZ | 29.81 | 28.46 | 71.63 | - |
| YUV | 143.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 220 | 0.48 | 0.35 | 0 | 0.14 | 224 | 0.6 | 0.66 |
| Hex | 73 | 8F | DC | 30 | 23 | 0 | E | E0 | 3C | 42 |
| Octal | 163 | 217 | 334 | 60 | 43 | 0 | 16 | 340 | 74 | 102 |
| Binary | 1110011 | 10001111 | 11011100 | 110000 | 100011 | 0 | 1110 | 11100000 | 111100 | 1000010 |
Color Harmonies of #738FDC
Complementary color
Monochromatic Colors of #738FDC
Black with #738FDC
Text Example
Text Example
White with #738FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FDC; }
p { color: rgb(115,143,220); }
H1.HeaderClassName
{
color: #738FDC;
}
.AnyTagClassName
{
color: #738FDC;
}
</style>
background-color css
<style>
a { background-color: #738FDC; }
a { background-color: rgb(115,143,220); }
div.DivClassName
{
background-color: #738FDC;
}
.BgClassName
{
background-color: #738FDC;
}
</style>
border-color css
<style>
span { border-color: #738FDC; }
span { border-color: rgb(115,143,220); }
td.TdClassName
{
border-color: #738FDC;
}
.TagClassName
{
border-color: #738FDC;
}
</style>