Shades of Cornflower Blue #749BED
Tints of Cornflower Blue #749BED
RGB
CMYK
RGB Variations
Color information
#749BED (or 0x749BED) is known color: Cornflower Blue. HEX triplet: 74, 9B and ED. RGB value is (116,155,237). Sum of RGB (Red+Green+Blue) = 116+155+237=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #749BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BED is #8B6412. Grayscale: #989898. Windows color (decimal): -9135123 or 15571828. OLE color: 15571828.
HSL color Cylindrical-coordinate representation of color #749BED: hue angle of 220.66º 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 #749BED is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 155 | 237 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.07 |
| HSL | 220.66º | 0.77% | 0.69% | - |
| HSV(B) | 220.66º | 0.51% | 0.93% | - |
| XYZ | 34.21 | 33.27 | 84.74 | - |
| YUV | 152.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 237 | 0.51 | 0.35 | 0 | 0.07 | 220.66 | 0.77 | 0.69 |
| Hex | 74 | 9B | ED | 33 | 23 | 0 | 7 | DD | 4D | 45 |
| Octal | 164 | 233 | 355 | 63 | 43 | 0 | 7 | 335 | 115 | 105 |
| Binary | 1110100 | 10011011 | 11101101 | 110011 | 100011 | 0 | 111 | 11011101 | 1001101 | 1000101 |
Color Harmonies of #749BED
Complementary color
Monochromatic Colors of #749BED
Black with #749BED
Text Example
Text Example
White with #749BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BED; }
p { color: rgb(116,155,237); }
H1.HeaderClassName
{
color: #749BED;
}
.AnyTagClassName
{
color: #749BED;
}
</style>
background-color css
<style>
a { background-color: #749BED; }
a { background-color: rgb(116,155,237); }
div.DivClassName
{
background-color: #749BED;
}
.BgClassName
{
background-color: #749BED;
}
</style>
border-color css
<style>
span { border-color: #749BED; }
span { border-color: rgb(116,155,237); }
td.TdClassName
{
border-color: #749BED;
}
.TagClassName
{
border-color: #749BED;
}
</style>