Shades of Cornflower Blue #738BF2
Tints of Cornflower Blue #738BF2
RGB
CMYK
RGB Variations
Color information
#738BF2 (or 0x738BF2) is known color: Cornflower Blue. HEX triplet: 73, 8B and F2. RGB value is (115,139,242). Sum of RGB (Red+Green+Blue) = 115+139+242=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #738BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738BF2 is #8C740D. Grayscale: #8F8F8F. Windows color (decimal): -9204750 or 15895411. OLE color: 15895411.
HSL color Cylindrical-coordinate representation of color #738BF2: hue angle of 228.66º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #738BF2 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 139 | 242 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.05 |
| HSL | 228.66º | 0.83% | 0.7% | - |
| HSV(B) | 228.66º | 0.52% | 0.95% | - |
| XYZ | 32.33 | 28.52 | 87.81 | - |
| YUV | 143.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 242 | 0.52 | 0.43 | 0 | 0.05 | 228.66 | 0.83 | 0.7 |
| Hex | 73 | 8B | F2 | 34 | 2B | 0 | 5 | E5 | 53 | 46 |
| Octal | 163 | 213 | 362 | 64 | 53 | 0 | 5 | 345 | 123 | 106 |
| Binary | 1110011 | 10001011 | 11110010 | 110100 | 101011 | 0 | 101 | 11100101 | 1010011 | 1000110 |
Color Harmonies of #738BF2
Complementary color
Monochromatic Colors of #738BF2
Black with #738BF2
Text Example
Text Example
White with #738BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BF2; }
p { color: rgb(115,139,242); }
H1.HeaderClassName
{
color: #738BF2;
}
.AnyTagClassName
{
color: #738BF2;
}
</style>
background-color css
<style>
a { background-color: #738BF2; }
a { background-color: rgb(115,139,242); }
div.DivClassName
{
background-color: #738BF2;
}
.BgClassName
{
background-color: #738BF2;
}
</style>
border-color css
<style>
span { border-color: #738BF2; }
span { border-color: rgb(115,139,242); }
td.TdClassName
{
border-color: #738BF2;
}
.TagClassName
{
border-color: #738BF2;
}
</style>