Shades of Cornflower Blue #749CEF
Tints of Cornflower Blue #749CEF
RGB
CMYK
RGB Variations
Color information
#749CEF (or 0x749CEF) is known color: Cornflower Blue. HEX triplet: 74, 9C and EF. RGB value is (116,156,239). Sum of RGB (Red+Green+Blue) = 116+156+239=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #749CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CEF is #8B6310. Grayscale: #999999. Windows color (decimal): -9134865 or 15703156. OLE color: 15703156.
HSL color Cylindrical-coordinate representation of color #749CEF: hue angle of 220.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749CEF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 156 | 239 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.06 |
| HSL | 220.49º | 0.79% | 0.7% | - |
| HSV(B) | 220.49º | 0.51% | 0.94% | - |
| XYZ | 34.67 | 33.72 | 86.34 | - |
| YUV | 153.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 239 | 0.51 | 0.35 | 0 | 0.06 | 220.49 | 0.79 | 0.7 |
| Hex | 74 | 9C | EF | 33 | 23 | 0 | 6 | DC | 4F | 46 |
| Octal | 164 | 234 | 357 | 63 | 43 | 0 | 6 | 334 | 117 | 106 |
| Binary | 1110100 | 10011100 | 11101111 | 110011 | 100011 | 0 | 110 | 11011100 | 1001111 | 1000110 |
Color Harmonies of #749CEF
Complementary color
Monochromatic Colors of #749CEF
Black with #749CEF
Text Example
Text Example
White with #749CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CEF; }
p { color: rgb(116,156,239); }
H1.HeaderClassName
{
color: #749CEF;
}
.AnyTagClassName
{
color: #749CEF;
}
</style>
background-color css
<style>
a { background-color: #749CEF; }
a { background-color: rgb(116,156,239); }
div.DivClassName
{
background-color: #749CEF;
}
.BgClassName
{
background-color: #749CEF;
}
</style>
border-color css
<style>
span { border-color: #749CEF; }
span { border-color: rgb(116,156,239); }
td.TdClassName
{
border-color: #749CEF;
}
.TagClassName
{
border-color: #749CEF;
}
</style>