Shades of Cornflower Blue #739AFF
Tints of Cornflower Blue #739AFF
RGB
CMYK
RGB Variations
Color information
#739AFF (or 0x739AFF) is known color: Cornflower Blue. HEX triplet: 73, 9A and FF. RGB value is (115,154,255). Sum of RGB (Red+Green+Blue) = 115+154+255=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #739AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739AFF is #8C6500. Grayscale: #999999. Windows color (decimal): -9200897 or 16751219. OLE color: 16751219.
HSL color Cylindrical-coordinate representation of color #739AFF: hue angle of 223.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #739AFF is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 154 | 255 | - |
| CMYK | 0.55 | 0.40 | 0 | 0 |
| HSL | 223.29º | 1% | 0.73% | - |
| HSV(B) | 223.29º | 0.55% | 1% | - |
| XYZ | 36.68 | 33.98 | 99.23 | - |
| YUV | 153.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 255 | 0.55 | 0.40 | 0 | 0 | 223.29 | 1 | 0.73 |
| Hex | 73 | 9A | FF | 37 | 28 | 0 | 0 | DF | 64 | 49 |
| Octal | 163 | 232 | 377 | 67 | 50 | 0 | 0 | 337 | 144 | 111 |
| Binary | 1110011 | 10011010 | 11111111 | 110111 | 101000 | 0 | 0 | 11011111 | 1100100 | 1001001 |
Color Harmonies of #739AFF
Complementary color
Monochromatic Colors of #739AFF
Black with #739AFF
Text Example
Text Example
White with #739AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739AFF; }
p { color: rgb(115,154,255); }
H1.HeaderClassName
{
color: #739AFF;
}
.AnyTagClassName
{
color: #739AFF;
}
</style>
background-color css
<style>
a { background-color: #739AFF; }
a { background-color: rgb(115,154,255); }
div.DivClassName
{
background-color: #739AFF;
}
.BgClassName
{
background-color: #739AFF;
}
</style>
border-color css
<style>
span { border-color: #739AFF; }
span { border-color: rgb(115,154,255); }
td.TdClassName
{
border-color: #739AFF;
}
.TagClassName
{
border-color: #739AFF;
}
</style>