Shades of Cornflower Blue #738FFC
Tints of Cornflower Blue #738FFC
RGB
CMYK
RGB Variations
Color information
#738FFC (or 0x738FFC) is known color: Cornflower Blue. HEX triplet: 73, 8F and FC. RGB value is (115,143,252). Sum of RGB (Red+Green+Blue) = 115+143+252=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #738FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738FFC is #8C7003. Grayscale: #929292. Windows color (decimal): -9203716 or 16551795. OLE color: 16551795.
HSL color Cylindrical-coordinate representation of color #738FFC: hue angle of 227.74º 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 #738FFC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 143 | 252 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.01 |
| HSL | 227.74º | 0.96% | 0.72% | - |
| HSV(B) | 227.74º | 0.54% | 0.99% | - |
| XYZ | 34.46 | 30.32 | 96.13 | - |
| YUV | 147.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 252 | 0.54 | 0.43 | 0 | 0.01 | 227.74 | 0.96 | 0.72 |
| Hex | 73 | 8F | FC | 36 | 2B | 0 | 1 | E4 | 60 | 48 |
| Octal | 163 | 217 | 374 | 66 | 53 | 0 | 1 | 344 | 140 | 110 |
| Binary | 1110011 | 10001111 | 11111100 | 110110 | 101011 | 0 | 1 | 11100100 | 1100000 | 1001000 |
Color Harmonies of #738FFC
Complementary color
Monochromatic Colors of #738FFC
Black with #738FFC
Text Example
Text Example
White with #738FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FFC; }
p { color: rgb(115,143,252); }
H1.HeaderClassName
{
color: #738FFC;
}
.AnyTagClassName
{
color: #738FFC;
}
</style>
background-color css
<style>
a { background-color: #738FFC; }
a { background-color: rgb(115,143,252); }
div.DivClassName
{
background-color: #738FFC;
}
.BgClassName
{
background-color: #738FFC;
}
</style>
border-color css
<style>
span { border-color: #738FFC; }
span { border-color: rgb(115,143,252); }
td.TdClassName
{
border-color: #738FFC;
}
.TagClassName
{
border-color: #738FFC;
}
</style>