Shades of Cornflower Blue #738EFA
Tints of Cornflower Blue #738EFA
RGB
CMYK
RGB Variations
Color information
#738EFA (or 0x738EFA) is known color: Cornflower Blue. HEX triplet: 73, 8E and FA. RGB value is (115,142,250). Sum of RGB (Red+Green+Blue) = 115+142+250=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #738EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738EFA is #8C7105. Grayscale: #919191. Windows color (decimal): -9203974 or 16420467. OLE color: 16420467.
HSL color Cylindrical-coordinate representation of color #738EFA: hue angle of 228º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #738EFA is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 142 | 250 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.02 |
| HSL | 228º | 0.93% | 0.72% | - |
| HSV(B) | 228º | 0.54% | 0.98% | - |
| XYZ | 34 | 29.89 | 94.42 | - |
| YUV | 146.24 | 186.55 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 250 | 0.54 | 0.43 | 0 | 0.02 | 228 | 0.93 | 0.72 |
| Hex | 73 | 8E | FA | 36 | 2B | 0 | 2 | E4 | 5D | 48 |
| Octal | 163 | 216 | 372 | 66 | 53 | 0 | 2 | 344 | 135 | 110 |
| Binary | 1110011 | 10001110 | 11111010 | 110110 | 101011 | 0 | 10 | 11100100 | 1011101 | 1001000 |
Color Harmonies of #738EFA
Complementary color
Monochromatic Colors of #738EFA
Black with #738EFA
Text Example
Text Example
White with #738EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EFA; }
p { color: rgb(115,142,250); }
H1.HeaderClassName
{
color: #738EFA;
}
.AnyTagClassName
{
color: #738EFA;
}
</style>
background-color css
<style>
a { background-color: #738EFA; }
a { background-color: rgb(115,142,250); }
div.DivClassName
{
background-color: #738EFA;
}
.BgClassName
{
background-color: #738EFA;
}
</style>
border-color css
<style>
span { border-color: #738EFA; }
span { border-color: rgb(115,142,250); }
td.TdClassName
{
border-color: #738EFA;
}
.TagClassName
{
border-color: #738EFA;
}
</style>