Shades of Cornflower Blue #749CF4
Tints of Cornflower Blue #749CF4
RGB
CMYK
RGB Variations
Color information
#749CF4 (or 0x749CF4) is known color: Cornflower Blue. HEX triplet: 74, 9C and F4. RGB value is (116,156,244). Sum of RGB (Red+Green+Blue) = 116+156+244=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #749CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CF4 is #8B630B. Grayscale: #999999. Windows color (decimal): -9134860 or 16030836. OLE color: 16030836.
HSL color Cylindrical-coordinate representation of color #749CF4: hue angle of 221.25º 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 #749CF4 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 156 | 244 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.04 |
| HSL | 221.25º | 0.85% | 0.71% | - |
| HSV(B) | 221.25º | 0.52% | 0.96% | - |
| XYZ | 35.42 | 34.02 | 90.29 | - |
| YUV | 154.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 244 | 0.52 | 0.36 | 0 | 0.04 | 221.25 | 0.85 | 0.71 |
| Hex | 74 | 9C | F4 | 34 | 24 | 0 | 4 | DD | 55 | 47 |
| Octal | 164 | 234 | 364 | 64 | 44 | 0 | 4 | 335 | 125 | 107 |
| Binary | 1110100 | 10011100 | 11110100 | 110100 | 100100 | 0 | 100 | 11011101 | 1010101 | 1000111 |
Color Harmonies of #749CF4
Complementary color
Monochromatic Colors of #749CF4
Black with #749CF4
Text Example
Text Example
White with #749CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CF4; }
p { color: rgb(116,156,244); }
H1.HeaderClassName
{
color: #749CF4;
}
.AnyTagClassName
{
color: #749CF4;
}
</style>
background-color css
<style>
a { background-color: #749CF4; }
a { background-color: rgb(116,156,244); }
div.DivClassName
{
background-color: #749CF4;
}
.BgClassName
{
background-color: #749CF4;
}
</style>
border-color css
<style>
span { border-color: #749CF4; }
span { border-color: rgb(116,156,244); }
td.TdClassName
{
border-color: #749CF4;
}
.TagClassName
{
border-color: #749CF4;
}
</style>