Shades of Cornflower Blue #739CFC
Tints of Cornflower Blue #739CFC
RGB
CMYK
RGB Variations
Color information
#739CFC (or 0x739CFC) is known color: Cornflower Blue. HEX triplet: 73, 9C and FC. RGB value is (115,156,252). Sum of RGB (Red+Green+Blue) = 115+156+252=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #739CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739CFC is #8C6303. Grayscale: #9A9A9A. Windows color (decimal): -9200388 or 16555123. OLE color: 16555123.
HSL color Cylindrical-coordinate representation of color #739CFC: hue angle of 222.04º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #739CFC is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 156 | 252 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.01 |
| HSL | 222.04º | 0.96% | 0.72% | - |
| HSV(B) | 222.04º | 0.54% | 0.99% | - |
| XYZ | 36.53 | 34.45 | 96.82 | - |
| YUV | 154.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 252 | 0.54 | 0.38 | 0 | 0.01 | 222.04 | 0.96 | 0.72 |
| Hex | 73 | 9C | FC | 36 | 26 | 0 | 1 | DE | 60 | 48 |
| Octal | 163 | 234 | 374 | 66 | 46 | 0 | 1 | 336 | 140 | 110 |
| Binary | 1110011 | 10011100 | 11111100 | 110110 | 100110 | 0 | 1 | 11011110 | 1100000 | 1001000 |
Color Harmonies of #739CFC
Complementary color
Monochromatic Colors of #739CFC
Black with #739CFC
Text Example
Text Example
White with #739CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CFC; }
p { color: rgb(115,156,252); }
H1.HeaderClassName
{
color: #739CFC;
}
.AnyTagClassName
{
color: #739CFC;
}
</style>
background-color css
<style>
a { background-color: #739CFC; }
a { background-color: rgb(115,156,252); }
div.DivClassName
{
background-color: #739CFC;
}
.BgClassName
{
background-color: #739CFC;
}
</style>
border-color css
<style>
span { border-color: #739CFC; }
span { border-color: rgb(115,156,252); }
td.TdClassName
{
border-color: #739CFC;
}
.TagClassName
{
border-color: #739CFC;
}
</style>