Shades of Cornflower Blue #738EFD
Tints of Cornflower Blue #738EFD
RGB
CMYK
RGB Variations
Color information
#738EFD (or 0x738EFD) is known color: Cornflower Blue. HEX triplet: 73, 8E and FD. RGB value is (115,142,253). Sum of RGB (Red+Green+Blue) = 115+142+253=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #738EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738EFD is #8C7102. Grayscale: #929292. Windows color (decimal): -9203971 or 16617075. OLE color: 16617075.
HSL color Cylindrical-coordinate representation of color #738EFD: hue angle of 228.26º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #738EFD is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 142 | 253 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.01 |
| HSL | 228.26º | 0.97% | 0.72% | - |
| HSV(B) | 228.26º | 0.55% | 0.99% | - |
| XYZ | 34.47 | 30.08 | 96.92 | - |
| YUV | 146.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 253 | 0.55 | 0.44 | 0 | 0.01 | 228.26 | 0.97 | 0.72 |
| Hex | 73 | 8E | FD | 37 | 2C | 0 | 1 | E4 | 61 | 48 |
| Octal | 163 | 216 | 375 | 67 | 54 | 0 | 1 | 344 | 141 | 110 |
| Binary | 1110011 | 10001110 | 11111101 | 110111 | 101100 | 0 | 1 | 11100100 | 1100001 | 1001000 |
Color Harmonies of #738EFD
Complementary color
Monochromatic Colors of #738EFD
Black with #738EFD
Text Example
Text Example
White with #738EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EFD; }
p { color: rgb(115,142,253); }
H1.HeaderClassName
{
color: #738EFD;
}
.AnyTagClassName
{
color: #738EFD;
}
</style>
background-color css
<style>
a { background-color: #738EFD; }
a { background-color: rgb(115,142,253); }
div.DivClassName
{
background-color: #738EFD;
}
.BgClassName
{
background-color: #738EFD;
}
</style>
border-color css
<style>
span { border-color: #738EFD; }
span { border-color: rgb(115,142,253); }
td.TdClassName
{
border-color: #738EFD;
}
.TagClassName
{
border-color: #738EFD;
}
</style>