Shades of Cornflower Blue #738EEA
Tints of Cornflower Blue #738EEA
RGB
CMYK
RGB Variations
Color information
#738EEA (or 0x738EEA) is known color: Cornflower Blue. HEX triplet: 73, 8E and EA. RGB value is (115,142,234). Sum of RGB (Red+Green+Blue) = 115+142+234=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #738EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738EEA is #8C7115. Grayscale: #909090. Windows color (decimal): -9203990 or 15371891. OLE color: 15371891.
HSL color Cylindrical-coordinate representation of color #738EEA: hue angle of 226.39º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #738EEA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 142 | 234 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.08 |
| HSL | 226.39º | 0.74% | 0.68% | - |
| HSV(B) | 226.39º | 0.51% | 0.92% | - |
| XYZ | 31.59 | 28.93 | 81.76 | - |
| YUV | 144.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 234 | 0.51 | 0.39 | 0 | 0.08 | 226.39 | 0.74 | 0.68 |
| Hex | 73 | 8E | EA | 33 | 27 | 0 | 8 | E2 | 4A | 44 |
| Octal | 163 | 216 | 352 | 63 | 47 | 0 | 10 | 342 | 112 | 104 |
| Binary | 1110011 | 10001110 | 11101010 | 110011 | 100111 | 0 | 1000 | 11100010 | 1001010 | 1000100 |
Color Harmonies of #738EEA
Complementary color
Monochromatic Colors of #738EEA
Black with #738EEA
Text Example
Text Example
White with #738EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EEA; }
p { color: rgb(115,142,234); }
H1.HeaderClassName
{
color: #738EEA;
}
.AnyTagClassName
{
color: #738EEA;
}
</style>
background-color css
<style>
a { background-color: #738EEA; }
a { background-color: rgb(115,142,234); }
div.DivClassName
{
background-color: #738EEA;
}
.BgClassName
{
background-color: #738EEA;
}
</style>
border-color css
<style>
span { border-color: #738EEA; }
span { border-color: rgb(115,142,234); }
td.TdClassName
{
border-color: #738EEA;
}
.TagClassName
{
border-color: #738EEA;
}
</style>