Shades of Cornflower Blue #738EFC
Tints of Cornflower Blue #738EFC
RGB
CMYK
RGB Variations
Color information
#738EFC (or 0x738EFC) is known color: Cornflower Blue. HEX triplet: 73, 8E and FC. RGB value is (115,142,252). Sum of RGB (Red+Green+Blue) = 115+142+252=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #738EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738EFC is #8C7103. Grayscale: #929292. Windows color (decimal): -9203972 or 16551539. OLE color: 16551539.
HSL color Cylindrical-coordinate representation of color #738EFC: hue angle of 228.18º 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 #738EFC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 142 | 252 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.01 |
| HSL | 228.18º | 0.96% | 0.72% | - |
| HSV(B) | 228.18º | 0.54% | 0.99% | - |
| XYZ | 34.31 | 30.02 | 96.08 | - |
| YUV | 146.47 | 187.55 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 252 | 0.54 | 0.44 | 0 | 0.01 | 228.18 | 0.96 | 0.72 |
| Hex | 73 | 8E | FC | 36 | 2C | 0 | 1 | E4 | 60 | 48 |
| Octal | 163 | 216 | 374 | 66 | 54 | 0 | 1 | 344 | 140 | 110 |
| Binary | 1110011 | 10001110 | 11111100 | 110110 | 101100 | 0 | 1 | 11100100 | 1100000 | 1001000 |
Color Harmonies of #738EFC
Complementary color
Monochromatic Colors of #738EFC
Black with #738EFC
Text Example
Text Example
White with #738EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EFC; }
p { color: rgb(115,142,252); }
H1.HeaderClassName
{
color: #738EFC;
}
.AnyTagClassName
{
color: #738EFC;
}
</style>
background-color css
<style>
a { background-color: #738EFC; }
a { background-color: rgb(115,142,252); }
div.DivClassName
{
background-color: #738EFC;
}
.BgClassName
{
background-color: #738EFC;
}
</style>
border-color css
<style>
span { border-color: #738EFC; }
span { border-color: rgb(115,142,252); }
td.TdClassName
{
border-color: #738EFC;
}
.TagClassName
{
border-color: #738EFC;
}
</style>