Shades of Cornflower Blue #749DF4
Tints of Cornflower Blue #749DF4
RGB
CMYK
RGB Variations
Color information
#749DF4 (or 0x749DF4) is known color: Cornflower Blue. HEX triplet: 74, 9D and F4. RGB value is (116,157,244). Sum of RGB (Red+Green+Blue) = 116+157+244=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #749DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DF4 is #8B620B. Grayscale: #9A9A9A. Windows color (decimal): -9134604 or 16031092. OLE color: 16031092.
HSL color Cylindrical-coordinate representation of color #749DF4: hue angle of 220.78º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749DF4 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 157 | 244 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.04 |
| HSL | 220.78º | 0.85% | 0.71% | - |
| HSV(B) | 220.78º | 0.52% | 0.96% | - |
| XYZ | 35.59 | 34.36 | 90.34 | - |
| YUV | 154.66 | 178.42 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 244 | 0.52 | 0.36 | 0 | 0.04 | 220.78 | 0.85 | 0.71 |
| Hex | 74 | 9D | F4 | 34 | 24 | 0 | 4 | DD | 55 | 47 |
| Octal | 164 | 235 | 364 | 64 | 44 | 0 | 4 | 335 | 125 | 107 |
| Binary | 1110100 | 10011101 | 11110100 | 110100 | 100100 | 0 | 100 | 11011101 | 1010101 | 1000111 |
Color Harmonies of #749DF4
Complementary color
Monochromatic Colors of #749DF4
Black with #749DF4
Text Example
Text Example
White with #749DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DF4; }
p { color: rgb(116,157,244); }
H1.HeaderClassName
{
color: #749DF4;
}
.AnyTagClassName
{
color: #749DF4;
}
</style>
background-color css
<style>
a { background-color: #749DF4; }
a { background-color: rgb(116,157,244); }
div.DivClassName
{
background-color: #749DF4;
}
.BgClassName
{
background-color: #749DF4;
}
</style>
border-color css
<style>
span { border-color: #749DF4; }
span { border-color: rgb(116,157,244); }
td.TdClassName
{
border-color: #749DF4;
}
.TagClassName
{
border-color: #749DF4;
}
</style>