Shades of Cornflower Blue #749DED
Tints of Cornflower Blue #749DED
RGB
CMYK
RGB Variations
Color information
#749DED (or 0x749DED) is known color: Cornflower Blue. HEX triplet: 74, 9D and ED. RGB value is (116,157,237). Sum of RGB (Red+Green+Blue) = 116+157+237=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #749DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DED is #8B6212. Grayscale: #999999. Windows color (decimal): -9134611 or 15572340. OLE color: 15572340.
HSL color Cylindrical-coordinate representation of color #749DED: hue angle of 219.67º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749DED is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 157 | 237 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.07 |
| HSL | 219.67º | 0.77% | 0.69% | - |
| HSV(B) | 219.67º | 0.51% | 0.93% | - |
| XYZ | 34.55 | 33.94 | 84.85 | - |
| YUV | 153.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 237 | 0.51 | 0.34 | 0 | 0.07 | 219.67 | 0.77 | 0.69 |
| Hex | 74 | 9D | ED | 33 | 22 | 0 | 7 | DC | 4D | 45 |
| Octal | 164 | 235 | 355 | 63 | 42 | 0 | 7 | 334 | 115 | 105 |
| Binary | 1110100 | 10011101 | 11101101 | 110011 | 100010 | 0 | 111 | 11011100 | 1001101 | 1000101 |
Color Harmonies of #749DED
Complementary color
Monochromatic Colors of #749DED
Black with #749DED
Text Example
Text Example
White with #749DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DED; }
p { color: rgb(116,157,237); }
H1.HeaderClassName
{
color: #749DED;
}
.AnyTagClassName
{
color: #749DED;
}
</style>
background-color css
<style>
a { background-color: #749DED; }
a { background-color: rgb(116,157,237); }
div.DivClassName
{
background-color: #749DED;
}
.BgClassName
{
background-color: #749DED;
}
</style>
border-color css
<style>
span { border-color: #749DED; }
span { border-color: rgb(116,157,237); }
td.TdClassName
{
border-color: #749DED;
}
.TagClassName
{
border-color: #749DED;
}
</style>