Shades of Cornflower Blue #738ADC
Tints of Cornflower Blue #738ADC
RGB
CMYK
RGB Variations
Color information
#738ADC (or 0x738ADC) is known color: Cornflower Blue. HEX triplet: 73, 8A and DC. RGB value is (115,138,220). Sum of RGB (Red+Green+Blue) = 115+138+220=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #738ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738ADC is #8C7523. Grayscale: #8C8C8C. Windows color (decimal): -9205028 or 14453363. OLE color: 14453363.
HSL color Cylindrical-coordinate representation of color #738ADC: hue angle of 226.86º 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 #738ADC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 138 | 220 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.14 |
| HSL | 226.86º | 0.6% | 0.66% | - |
| HSV(B) | 226.86º | 0.48% | 0.86% | - |
| XYZ | 29.08 | 26.99 | 71.39 | - |
| YUV | 140.47 | 172.88 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 220 | 0.48 | 0.37 | 0 | 0.14 | 226.86 | 0.6 | 0.66 |
| Hex | 73 | 8A | DC | 30 | 25 | 0 | E | E3 | 3C | 42 |
| Octal | 163 | 212 | 334 | 60 | 45 | 0 | 16 | 343 | 74 | 102 |
| Binary | 1110011 | 10001010 | 11011100 | 110000 | 100101 | 0 | 1110 | 11100011 | 111100 | 1000010 |
Color Harmonies of #738ADC
Complementary color
Monochromatic Colors of #738ADC
Black with #738ADC
Text Example
Text Example
White with #738ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738ADC; }
p { color: rgb(115,138,220); }
H1.HeaderClassName
{
color: #738ADC;
}
.AnyTagClassName
{
color: #738ADC;
}
</style>
background-color css
<style>
a { background-color: #738ADC; }
a { background-color: rgb(115,138,220); }
div.DivClassName
{
background-color: #738ADC;
}
.BgClassName
{
background-color: #738ADC;
}
</style>
border-color css
<style>
span { border-color: #738ADC; }
span { border-color: rgb(115,138,220); }
td.TdClassName
{
border-color: #738ADC;
}
.TagClassName
{
border-color: #738ADC;
}
</style>