Shades of Cornflower Blue #749CFE
Tints of Cornflower Blue #749CFE
RGB
CMYK
RGB Variations
Color information
#749CFE (or 0x749CFE) is known color: Cornflower Blue. HEX triplet: 74, 9C and FE. RGB value is (116,156,254). Sum of RGB (Red+Green+Blue) = 116+156+254=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #749CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CFE is #8B6301. Grayscale: #9A9A9A. Windows color (decimal): -9134850 or 16686196. OLE color: 16686196.
HSL color Cylindrical-coordinate representation of color #749CFE: hue angle of 222.61º 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 #749CFE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 156 | 254 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.00 |
| HSL | 222.61º | 0.99% | 0.73% | - |
| HSV(B) | 222.61º | 0.54% | 1% | - |
| XYZ | 36.98 | 34.65 | 98.5 | - |
| YUV | 155.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 254 | 0.54 | 0.39 | 0 | 0.00 | 222.61 | 0.99 | 0.73 |
| Hex | 74 | 9C | FE | 36 | 27 | 0 | 0 | DF | 63 | 49 |
| Octal | 164 | 234 | 376 | 66 | 47 | 0 | 0 | 337 | 143 | 111 |
| Binary | 1110100 | 10011100 | 11111110 | 110110 | 100111 | 0 | 0 | 11011111 | 1100011 | 1001001 |
Color Harmonies of #749CFE
Complementary color
Monochromatic Colors of #749CFE
Black with #749CFE
Text Example
Text Example
White with #749CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CFE; }
p { color: rgb(116,156,254); }
H1.HeaderClassName
{
color: #749CFE;
}
.AnyTagClassName
{
color: #749CFE;
}
</style>
background-color css
<style>
a { background-color: #749CFE; }
a { background-color: rgb(116,156,254); }
div.DivClassName
{
background-color: #749CFE;
}
.BgClassName
{
background-color: #749CFE;
}
</style>
border-color css
<style>
span { border-color: #749CFE; }
span { border-color: rgb(116,156,254); }
td.TdClassName
{
border-color: #749CFE;
}
.TagClassName
{
border-color: #749CFE;
}
</style>