Shades of Cornflower Blue #749DFB
Tints of Cornflower Blue #749DFB
RGB
CMYK
RGB Variations
Color information
#749DFB (or 0x749DFB) is known color: Cornflower Blue. HEX triplet: 74, 9D and FB. RGB value is (116,157,251). Sum of RGB (Red+Green+Blue) = 116+157+251=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #749DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DFB is #8B6204. Grayscale: #9B9B9B. Windows color (decimal): -9134597 or 16489844. OLE color: 16489844.
HSL color Cylindrical-coordinate representation of color #749DFB: hue angle of 221.78º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749DFB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 157 | 251 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.02 |
| HSL | 221.78º | 0.94% | 0.72% | - |
| HSV(B) | 221.78º | 0.54% | 0.98% | - |
| XYZ | 36.67 | 34.79 | 96.05 | - |
| YUV | 155.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 251 | 0.54 | 0.37 | 0 | 0.02 | 221.78 | 0.94 | 0.72 |
| Hex | 74 | 9D | FB | 36 | 25 | 0 | 2 | DE | 5E | 48 |
| Octal | 164 | 235 | 373 | 66 | 45 | 0 | 2 | 336 | 136 | 110 |
| Binary | 1110100 | 10011101 | 11111011 | 110110 | 100101 | 0 | 10 | 11011110 | 1011110 | 1001000 |
Color Harmonies of #749DFB
Complementary color
Monochromatic Colors of #749DFB
Black with #749DFB
Text Example
Text Example
White with #749DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DFB; }
p { color: rgb(116,157,251); }
H1.HeaderClassName
{
color: #749DFB;
}
.AnyTagClassName
{
color: #749DFB;
}
</style>
background-color css
<style>
a { background-color: #749DFB; }
a { background-color: rgb(116,157,251); }
div.DivClassName
{
background-color: #749DFB;
}
.BgClassName
{
background-color: #749DFB;
}
</style>
border-color css
<style>
span { border-color: #749DFB; }
span { border-color: rgb(116,157,251); }
td.TdClassName
{
border-color: #749DFB;
}
.TagClassName
{
border-color: #749DFB;
}
</style>