Shades of Cornflower Blue #738CFF
Tints of Cornflower Blue #738CFF
RGB
CMYK
RGB Variations
Color information
#738CFF (or 0x738CFF) is known color: Cornflower Blue. HEX triplet: 73, 8C and FF. RGB value is (115,140,255). Sum of RGB (Red+Green+Blue) = 115+140+255=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #738CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738CFF is #8C7300. Grayscale: #919191. Windows color (decimal): -9204481 or 16747635. OLE color: 16747635.
HSL color Cylindrical-coordinate representation of color #738CFF: hue angle of 229.29º 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 #738CFF is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 140 | 255 | - |
| CMYK | 0.55 | 0.45 | 0 | 0 |
| HSL | 229.29º | 1% | 0.73% | - |
| HSV(B) | 229.29º | 0.55% | 1% | - |
| XYZ | 34.5 | 29.62 | 98.51 | - |
| YUV | 145.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 255 | 0.55 | 0.45 | 0 | 0 | 229.29 | 1 | 0.73 |
| Hex | 73 | 8C | FF | 37 | 2D | 0 | 0 | E5 | 64 | 49 |
| Octal | 163 | 214 | 377 | 67 | 55 | 0 | 0 | 345 | 144 | 111 |
| Binary | 1110011 | 10001100 | 11111111 | 110111 | 101101 | 0 | 0 | 11100101 | 1100100 | 1001001 |
Color Harmonies of #738CFF
Complementary color
Monochromatic Colors of #738CFF
Black with #738CFF
Text Example
Text Example
White with #738CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CFF; }
p { color: rgb(115,140,255); }
H1.HeaderClassName
{
color: #738CFF;
}
.AnyTagClassName
{
color: #738CFF;
}
</style>
background-color css
<style>
a { background-color: #738CFF; }
a { background-color: rgb(115,140,255); }
div.DivClassName
{
background-color: #738CFF;
}
.BgClassName
{
background-color: #738CFF;
}
</style>
border-color css
<style>
span { border-color: #738CFF; }
span { border-color: rgb(115,140,255); }
td.TdClassName
{
border-color: #738CFF;
}
.TagClassName
{
border-color: #738CFF;
}
</style>