Shades of Cornflower Blue #749DFE
Tints of Cornflower Blue #749DFE
RGB
CMYK
RGB Variations
Color information
#749DFE (or 0x749DFE) is known color: Cornflower Blue. HEX triplet: 74, 9D and FE. RGB value is (116,157,254). Sum of RGB (Red+Green+Blue) = 116+157+254=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #749DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DFE is #8B6201. Grayscale: #9B9B9B. Windows color (decimal): -9134594 or 16686452. OLE color: 16686452.
HSL color Cylindrical-coordinate representation of color #749DFE: hue angle of 222.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749DFE is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 157 | 254 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.00 |
| HSL | 222.17º | 0.99% | 0.73% | - |
| HSV(B) | 222.17º | 0.54% | 1% | - |
| XYZ | 37.15 | 34.98 | 98.56 | - |
| YUV | 155.8 | 183.42 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 254 | 0.54 | 0.38 | 0 | 0.00 | 222.17 | 0.99 | 0.73 |
| Hex | 74 | 9D | FE | 36 | 26 | 0 | 0 | DE | 63 | 49 |
| Octal | 164 | 235 | 376 | 66 | 46 | 0 | 0 | 336 | 143 | 111 |
| Binary | 1110100 | 10011101 | 11111110 | 110110 | 100110 | 0 | 0 | 11011110 | 1100011 | 1001001 |
Color Harmonies of #749DFE
Complementary color
Monochromatic Colors of #749DFE
Black with #749DFE
Text Example
Text Example
White with #749DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DFE; }
p { color: rgb(116,157,254); }
H1.HeaderClassName
{
color: #749DFE;
}
.AnyTagClassName
{
color: #749DFE;
}
</style>
background-color css
<style>
a { background-color: #749DFE; }
a { background-color: rgb(116,157,254); }
div.DivClassName
{
background-color: #749DFE;
}
.BgClassName
{
background-color: #749DFE;
}
</style>
border-color css
<style>
span { border-color: #749DFE; }
span { border-color: rgb(116,157,254); }
td.TdClassName
{
border-color: #749DFE;
}
.TagClassName
{
border-color: #749DFE;
}
</style>