Shades of Cornflower Blue #738CF8
Tints of Cornflower Blue #738CF8
RGB
CMYK
RGB Variations
Color information
#738CF8 (or 0x738CF8) is known color: Cornflower Blue. HEX triplet: 73, 8C and F8. RGB value is (115,140,248). Sum of RGB (Red+Green+Blue) = 115+140+248=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #738CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738CF8 is #8C7307. Grayscale: #909090. Windows color (decimal): -9204488 or 16288883. OLE color: 16288883.
HSL color Cylindrical-coordinate representation of color #738CF8: hue angle of 228.72º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #738CF8 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 140 | 248 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.03 |
| HSL | 228.72º | 0.9% | 0.71% | - |
| HSV(B) | 228.72º | 0.54% | 0.97% | - |
| XYZ | 33.39 | 29.18 | 92.68 | - |
| YUV | 144.84 | 186.22 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 248 | 0.54 | 0.44 | 0 | 0.03 | 228.72 | 0.9 | 0.71 |
| Hex | 73 | 8C | F8 | 36 | 2C | 0 | 3 | E5 | 5A | 47 |
| Octal | 163 | 214 | 370 | 66 | 54 | 0 | 3 | 345 | 132 | 107 |
| Binary | 1110011 | 10001100 | 11111000 | 110110 | 101100 | 0 | 11 | 11100101 | 1011010 | 1000111 |
Color Harmonies of #738CF8
Complementary color
Monochromatic Colors of #738CF8
Black with #738CF8
Text Example
Text Example
White with #738CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CF8; }
p { color: rgb(115,140,248); }
H1.HeaderClassName
{
color: #738CF8;
}
.AnyTagClassName
{
color: #738CF8;
}
</style>
background-color css
<style>
a { background-color: #738CF8; }
a { background-color: rgb(115,140,248); }
div.DivClassName
{
background-color: #738CF8;
}
.BgClassName
{
background-color: #738CF8;
}
</style>
border-color css
<style>
span { border-color: #738CF8; }
span { border-color: rgb(115,140,248); }
td.TdClassName
{
border-color: #738CF8;
}
.TagClassName
{
border-color: #738CF8;
}
</style>