Shades of Cornflower Blue #749EFF
Tints of Cornflower Blue #749EFF
RGB
CMYK
RGB Variations
Color information
#749EFF (or 0x749EFF) is known color: Cornflower Blue. HEX triplet: 74, 9E and FF. RGB value is (116,158,255). Sum of RGB (Red+Green+Blue) = 116+158+255=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #749EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EFF is #8B6100. Grayscale: #9C9C9C. Windows color (decimal): -9134337 or 16752244. OLE color: 16752244.
HSL color Cylindrical-coordinate representation of color #749EFF: hue angle of 221.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749EFF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 158 | 255 | - |
| CMYK | 0.55 | 0.38 | 0 | 0 |
| HSL | 221.87º | 1% | 0.73% | - |
| HSV(B) | 221.87º | 0.55% | 1% | - |
| XYZ | 37.48 | 35.39 | 99.46 | - |
| YUV | 156.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 255 | 0.55 | 0.38 | 0 | 0 | 221.87 | 1 | 0.73 |
| Hex | 74 | 9E | FF | 37 | 26 | 0 | 0 | DE | 64 | 49 |
| Octal | 164 | 236 | 377 | 67 | 46 | 0 | 0 | 336 | 144 | 111 |
| Binary | 1110100 | 10011110 | 11111111 | 110111 | 100110 | 0 | 0 | 11011110 | 1100100 | 1001001 |
Color Harmonies of #749EFF
Complementary color
Monochromatic Colors of #749EFF
Black with #749EFF
Text Example
Text Example
White with #749EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EFF; }
p { color: rgb(116,158,255); }
H1.HeaderClassName
{
color: #749EFF;
}
.AnyTagClassName
{
color: #749EFF;
}
</style>
background-color css
<style>
a { background-color: #749EFF; }
a { background-color: rgb(116,158,255); }
div.DivClassName
{
background-color: #749EFF;
}
.BgClassName
{
background-color: #749EFF;
}
</style>
border-color css
<style>
span { border-color: #749EFF; }
span { border-color: rgb(116,158,255); }
td.TdClassName
{
border-color: #749EFF;
}
.TagClassName
{
border-color: #749EFF;
}
</style>