Shades of Cornflower Blue #749BFE
Tints of Cornflower Blue #749BFE
RGB
CMYK
RGB Variations
Color information
#749BFE (or 0x749BFE) is known color: Cornflower Blue. HEX triplet: 74, 9B and FE. RGB value is (116,155,254). Sum of RGB (Red+Green+Blue) = 116+155+254=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #749BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BFE is #8B6401. Grayscale: #9A9A9A. Windows color (decimal): -9135106 or 16685940. OLE color: 16685940.
HSL color Cylindrical-coordinate representation of color #749BFE: hue angle of 223.04º 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 #749BFE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 155 | 254 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.00 |
| HSL | 223.04º | 0.99% | 0.73% | - |
| HSV(B) | 223.04º | 0.54% | 1% | - |
| XYZ | 36.81 | 34.31 | 98.45 | - |
| YUV | 154.63 | 184.08 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 254 | 0.54 | 0.39 | 0 | 0.00 | 223.04 | 0.99 | 0.73 |
| Hex | 74 | 9B | FE | 36 | 27 | 0 | 0 | DF | 63 | 49 |
| Octal | 164 | 233 | 376 | 66 | 47 | 0 | 0 | 337 | 143 | 111 |
| Binary | 1110100 | 10011011 | 11111110 | 110110 | 100111 | 0 | 0 | 11011111 | 1100011 | 1001001 |
Color Harmonies of #749BFE
Complementary color
Monochromatic Colors of #749BFE
Black with #749BFE
Text Example
Text Example
White with #749BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BFE; }
p { color: rgb(116,155,254); }
H1.HeaderClassName
{
color: #749BFE;
}
.AnyTagClassName
{
color: #749BFE;
}
</style>
background-color css
<style>
a { background-color: #749BFE; }
a { background-color: rgb(116,155,254); }
div.DivClassName
{
background-color: #749BFE;
}
.BgClassName
{
background-color: #749BFE;
}
</style>
border-color css
<style>
span { border-color: #749BFE; }
span { border-color: rgb(116,155,254); }
td.TdClassName
{
border-color: #749BFE;
}
.TagClassName
{
border-color: #749BFE;
}
</style>