Shades of Cornflower Blue #738DF5
Tints of Cornflower Blue #738DF5
RGB
CMYK
RGB Variations
Color information
#738DF5 (or 0x738DF5) is known color: Cornflower Blue. HEX triplet: 73, 8D and F5. RGB value is (115,141,245). Sum of RGB (Red+Green+Blue) = 115+141+245=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #738DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738DF5 is #8C720A. Grayscale: #909090. Windows color (decimal): -9204235 or 16092531. OLE color: 16092531.
HSL color Cylindrical-coordinate representation of color #738DF5: hue angle of 228º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #738DF5 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 141 | 245 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.04 |
| HSL | 228º | 0.87% | 0.71% | - |
| HSV(B) | 228º | 0.53% | 0.96% | - |
| XYZ | 33.08 | 29.29 | 90.3 | - |
| YUV | 145.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 245 | 0.53 | 0.42 | 0 | 0.04 | 228 | 0.87 | 0.71 |
| Hex | 73 | 8D | F5 | 35 | 2A | 0 | 4 | E4 | 57 | 47 |
| Octal | 163 | 215 | 365 | 65 | 52 | 0 | 4 | 344 | 127 | 107 |
| Binary | 1110011 | 10001101 | 11110101 | 110101 | 101010 | 0 | 100 | 11100100 | 1010111 | 1000111 |
Color Harmonies of #738DF5
Complementary color
Monochromatic Colors of #738DF5
Black with #738DF5
Text Example
Text Example
White with #738DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DF5; }
p { color: rgb(115,141,245); }
H1.HeaderClassName
{
color: #738DF5;
}
.AnyTagClassName
{
color: #738DF5;
}
</style>
background-color css
<style>
a { background-color: #738DF5; }
a { background-color: rgb(115,141,245); }
div.DivClassName
{
background-color: #738DF5;
}
.BgClassName
{
background-color: #738DF5;
}
</style>
border-color css
<style>
span { border-color: #738DF5; }
span { border-color: rgb(115,141,245); }
td.TdClassName
{
border-color: #738DF5;
}
.TagClassName
{
border-color: #738DF5;
}
</style>