Shades of Cornflower Blue #749CED
Tints of Cornflower Blue #749CED
RGB
CMYK
RGB Variations
Color information
#749CED (or 0x749CED) is known color: Cornflower Blue. HEX triplet: 74, 9C and ED. RGB value is (116,156,237). Sum of RGB (Red+Green+Blue) = 116+156+237=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #749CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CED is #8B6312. Grayscale: #989898. Windows color (decimal): -9134867 or 15572084. OLE color: 15572084.
HSL color Cylindrical-coordinate representation of color #749CED: hue angle of 220.17º 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 #749CED is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 156 | 237 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.07 |
| HSL | 220.17º | 0.77% | 0.69% | - |
| HSV(B) | 220.17º | 0.51% | 0.93% | - |
| XYZ | 34.38 | 33.6 | 84.8 | - |
| YUV | 153.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 237 | 0.51 | 0.34 | 0 | 0.07 | 220.17 | 0.77 | 0.69 |
| Hex | 74 | 9C | ED | 33 | 22 | 0 | 7 | DC | 4D | 45 |
| Octal | 164 | 234 | 355 | 63 | 42 | 0 | 7 | 334 | 115 | 105 |
| Binary | 1110100 | 10011100 | 11101101 | 110011 | 100010 | 0 | 111 | 11011100 | 1001101 | 1000101 |
Color Harmonies of #749CED
Complementary color
Monochromatic Colors of #749CED
Black with #749CED
Text Example
Text Example
White with #749CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CED; }
p { color: rgb(116,156,237); }
H1.HeaderClassName
{
color: #749CED;
}
.AnyTagClassName
{
color: #749CED;
}
</style>
background-color css
<style>
a { background-color: #749CED; }
a { background-color: rgb(116,156,237); }
div.DivClassName
{
background-color: #749CED;
}
.BgClassName
{
background-color: #749CED;
}
</style>
border-color css
<style>
span { border-color: #749CED; }
span { border-color: rgb(116,156,237); }
td.TdClassName
{
border-color: #749CED;
}
.TagClassName
{
border-color: #749CED;
}
</style>