Shades of Cornflower Blue #738DFF
Tints of Cornflower Blue #738DFF
RGB
CMYK
RGB Variations
Color information
#738DFF (or 0x738DFF) is known color: Cornflower Blue. HEX triplet: 73, 8D and FF. RGB value is (115,141,255). Sum of RGB (Red+Green+Blue) = 115+141+255=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #738DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738DFF is #8C7200. Grayscale: #919191. Windows color (decimal): -9204225 or 16747891. OLE color: 16747891.
HSL color Cylindrical-coordinate representation of color #738DFF: hue angle of 228.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #738DFF is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 141 | 255 | - |
| CMYK | 0.55 | 0.45 | 0 | 0 |
| HSL | 228.86º | 1% | 0.73% | - |
| HSV(B) | 228.86º | 0.55% | 1% | - |
| XYZ | 34.65 | 29.91 | 98.56 | - |
| YUV | 146.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 255 | 0.55 | 0.45 | 0 | 0 | 228.86 | 1 | 0.73 |
| Hex | 73 | 8D | FF | 37 | 2D | 0 | 0 | E5 | 64 | 49 |
| Octal | 163 | 215 | 377 | 67 | 55 | 0 | 0 | 345 | 144 | 111 |
| Binary | 1110011 | 10001101 | 11111111 | 110111 | 101101 | 0 | 0 | 11100101 | 1100100 | 1001001 |
Color Harmonies of #738DFF
Complementary color
Monochromatic Colors of #738DFF
Black with #738DFF
Text Example
Text Example
White with #738DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DFF; }
p { color: rgb(115,141,255); }
H1.HeaderClassName
{
color: #738DFF;
}
.AnyTagClassName
{
color: #738DFF;
}
</style>
background-color css
<style>
a { background-color: #738DFF; }
a { background-color: rgb(115,141,255); }
div.DivClassName
{
background-color: #738DFF;
}
.BgClassName
{
background-color: #738DFF;
}
</style>
border-color css
<style>
span { border-color: #738DFF; }
span { border-color: rgb(115,141,255); }
td.TdClassName
{
border-color: #738DFF;
}
.TagClassName
{
border-color: #738DFF;
}
</style>