Shades of Cornflower Blue #738FF5
Tints of Cornflower Blue #738FF5
RGB
CMYK
RGB Variations
Color information
#738FF5 (or 0x738FF5) is known color: Cornflower Blue. HEX triplet: 73, 8F and F5. RGB value is (115,143,245). Sum of RGB (Red+Green+Blue) = 115+143+245=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #738FF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738FF5 is #8C700A. Grayscale: #919191. Windows color (decimal): -9203723 or 16093043. OLE color: 16093043.
HSL color Cylindrical-coordinate representation of color #738FF5: hue angle of 227.08º 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 #738FF5 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 143 | 245 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.04 |
| HSL | 227.08º | 0.87% | 0.71% | - |
| HSV(B) | 227.08º | 0.53% | 0.96% | - |
| XYZ | 33.37 | 29.88 | 90.4 | - |
| YUV | 146.26 | 183.72 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 245 | 0.53 | 0.42 | 0 | 0.04 | 227.08 | 0.87 | 0.71 |
| Hex | 73 | 8F | F5 | 35 | 2A | 0 | 4 | E3 | 57 | 47 |
| Octal | 163 | 217 | 365 | 65 | 52 | 0 | 4 | 343 | 127 | 107 |
| Binary | 1110011 | 10001111 | 11110101 | 110101 | 101010 | 0 | 100 | 11100011 | 1010111 | 1000111 |
Color Harmonies of #738FF5
Complementary color
Monochromatic Colors of #738FF5
Black with #738FF5
Text Example
Text Example
White with #738FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FF5; }
p { color: rgb(115,143,245); }
H1.HeaderClassName
{
color: #738FF5;
}
.AnyTagClassName
{
color: #738FF5;
}
</style>
background-color css
<style>
a { background-color: #738FF5; }
a { background-color: rgb(115,143,245); }
div.DivClassName
{
background-color: #738FF5;
}
.BgClassName
{
background-color: #738FF5;
}
</style>
border-color css
<style>
span { border-color: #738FF5; }
span { border-color: rgb(115,143,245); }
td.TdClassName
{
border-color: #738FF5;
}
.TagClassName
{
border-color: #738FF5;
}
</style>