Shades of Cornflower Blue #738AFE
Tints of Cornflower Blue #738AFE
RGB
CMYK
RGB Variations
Color information
#738AFE (or 0x738AFE) is known color: Cornflower Blue. HEX triplet: 73, 8A and FE. RGB value is (115,138,254). Sum of RGB (Red+Green+Blue) = 115+138+254=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #738AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738AFE is #8C7501. Grayscale: #8F8F8F. Windows color (decimal): -9204994 or 16681587. OLE color: 16681587.
HSL color Cylindrical-coordinate representation of color #738AFE: hue angle of 230.07º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #738AFE is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 138 | 254 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.00 |
| HSL | 230.07º | 0.99% | 0.72% | - |
| HSV(B) | 230.07º | 0.55% | 1% | - |
| XYZ | 34.05 | 28.98 | 97.56 | - |
| YUV | 144.35 | 189.88 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 254 | 0.55 | 0.46 | 0 | 0.00 | 230.07 | 0.99 | 0.72 |
| Hex | 73 | 8A | FE | 37 | 2E | 0 | 0 | E6 | 63 | 48 |
| Octal | 163 | 212 | 376 | 67 | 56 | 0 | 0 | 346 | 143 | 110 |
| Binary | 1110011 | 10001010 | 11111110 | 110111 | 101110 | 0 | 0 | 11100110 | 1100011 | 1001000 |
Color Harmonies of #738AFE
Complementary color
Monochromatic Colors of #738AFE
Black with #738AFE
Text Example
Text Example
White with #738AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AFE; }
p { color: rgb(115,138,254); }
H1.HeaderClassName
{
color: #738AFE;
}
.AnyTagClassName
{
color: #738AFE;
}
</style>
background-color css
<style>
a { background-color: #738AFE; }
a { background-color: rgb(115,138,254); }
div.DivClassName
{
background-color: #738AFE;
}
.BgClassName
{
background-color: #738AFE;
}
</style>
border-color css
<style>
span { border-color: #738AFE; }
span { border-color: rgb(115,138,254); }
td.TdClassName
{
border-color: #738AFE;
}
.TagClassName
{
border-color: #738AFE;
}
</style>