Shades of Cornflower Blue #739DFF
Tints of Cornflower Blue #739DFF
RGB
CMYK
RGB Variations
Color information
#739DFF (or 0x739DFF) is known color: Cornflower Blue. HEX triplet: 73, 9D and FF. RGB value is (115,157,255). Sum of RGB (Red+Green+Blue) = 115+157+255=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #739DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739DFF is #8C6200. Grayscale: #9B9B9B. Windows color (decimal): -9200129 or 16751987. OLE color: 16751987.
HSL color Cylindrical-coordinate representation of color #739DFF: hue angle of 222º 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 #739DFF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 157 | 255 | - |
| CMYK | 0.55 | 0.38 | 0 | 0 |
| HSL | 222º | 1% | 0.73% | - |
| HSV(B) | 222º | 0.55% | 1% | - |
| XYZ | 37.18 | 34.98 | 99.4 | - |
| YUV | 155.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 255 | 0.55 | 0.38 | 0 | 0 | 222 | 1 | 0.73 |
| Hex | 73 | 9D | FF | 37 | 26 | 0 | 0 | DE | 64 | 49 |
| Octal | 163 | 235 | 377 | 67 | 46 | 0 | 0 | 336 | 144 | 111 |
| Binary | 1110011 | 10011101 | 11111111 | 110111 | 100110 | 0 | 0 | 11011110 | 1100100 | 1001001 |
Color Harmonies of #739DFF
Complementary color
Monochromatic Colors of #739DFF
Black with #739DFF
Text Example
Text Example
White with #739DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DFF; }
p { color: rgb(115,157,255); }
H1.HeaderClassName
{
color: #739DFF;
}
.AnyTagClassName
{
color: #739DFF;
}
</style>
background-color css
<style>
a { background-color: #739DFF; }
a { background-color: rgb(115,157,255); }
div.DivClassName
{
background-color: #739DFF;
}
.BgClassName
{
background-color: #739DFF;
}
</style>
border-color css
<style>
span { border-color: #739DFF; }
span { border-color: rgb(115,157,255); }
td.TdClassName
{
border-color: #739DFF;
}
.TagClassName
{
border-color: #739DFF;
}
</style>