Shades of Cornflower Blue #739FFF
Tints of Cornflower Blue #739FFF
RGB
CMYK
RGB Variations
Color information
#739FFF (or 0x739FFF) is known color: Cornflower Blue. HEX triplet: 73, 9F and FF. RGB value is (115,159,255). Sum of RGB (Red+Green+Blue) = 115+159+255=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #739FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739FFF is #8C6000. Grayscale: #9C9C9C. Windows color (decimal): -9199617 or 16752499. OLE color: 16752499.
HSL color Cylindrical-coordinate representation of color #739FFF: hue angle of 221.14º 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 #739FFF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 159 | 255 | - |
| CMYK | 0.55 | 0.38 | 0 | 0 |
| HSL | 221.14º | 1% | 0.73% | - |
| HSV(B) | 221.14º | 0.55% | 1% | - |
| XYZ | 37.52 | 35.66 | 99.51 | - |
| YUV | 156.79 | 183.42 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 255 | 0.55 | 0.38 | 0 | 0 | 221.14 | 1 | 0.73 |
| Hex | 73 | 9F | FF | 37 | 26 | 0 | 0 | DD | 64 | 49 |
| Octal | 163 | 237 | 377 | 67 | 46 | 0 | 0 | 335 | 144 | 111 |
| Binary | 1110011 | 10011111 | 11111111 | 110111 | 100110 | 0 | 0 | 11011101 | 1100100 | 1001001 |
Color Harmonies of #739FFF
Complementary color
Monochromatic Colors of #739FFF
Black with #739FFF
Text Example
Text Example
White with #739FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FFF; }
p { color: rgb(115,159,255); }
H1.HeaderClassName
{
color: #739FFF;
}
.AnyTagClassName
{
color: #739FFF;
}
</style>
background-color css
<style>
a { background-color: #739FFF; }
a { background-color: rgb(115,159,255); }
div.DivClassName
{
background-color: #739FFF;
}
.BgClassName
{
background-color: #739FFF;
}
</style>
border-color css
<style>
span { border-color: #739FFF; }
span { border-color: rgb(115,159,255); }
td.TdClassName
{
border-color: #739FFF;
}
.TagClassName
{
border-color: #739FFF;
}
</style>