Shades of Cornflower Blue #749EFD
Tints of Cornflower Blue #749EFD
RGB
CMYK
RGB Variations
Color information
#749EFD (or 0x749EFD) is known color: Cornflower Blue. HEX triplet: 74, 9E and FD. RGB value is (116,158,253). Sum of RGB (Red+Green+Blue) = 116+158+253=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #749EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749EFD is #8B6102. Grayscale: #9B9B9B. Windows color (decimal): -9134339 or 16621172. OLE color: 16621172.
HSL color Cylindrical-coordinate representation of color #749EFD: hue angle of 221.61º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749EFD is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 158 | 253 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.01 |
| HSL | 221.61º | 0.97% | 0.72% | - |
| HSV(B) | 221.61º | 0.54% | 0.99% | - |
| XYZ | 37.16 | 35.26 | 97.78 | - |
| YUV | 156.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 253 | 0.54 | 0.38 | 0 | 0.01 | 221.61 | 0.97 | 0.72 |
| Hex | 74 | 9E | FD | 36 | 26 | 0 | 1 | DE | 61 | 48 |
| Octal | 164 | 236 | 375 | 66 | 46 | 0 | 1 | 336 | 141 | 110 |
| Binary | 1110100 | 10011110 | 11111101 | 110110 | 100110 | 0 | 1 | 11011110 | 1100001 | 1001000 |
Color Harmonies of #749EFD
Complementary color
Monochromatic Colors of #749EFD
Black with #749EFD
Text Example
Text Example
White with #749EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EFD; }
p { color: rgb(116,158,253); }
H1.HeaderClassName
{
color: #749EFD;
}
.AnyTagClassName
{
color: #749EFD;
}
</style>
background-color css
<style>
a { background-color: #749EFD; }
a { background-color: rgb(116,158,253); }
div.DivClassName
{
background-color: #749EFD;
}
.BgClassName
{
background-color: #749EFD;
}
</style>
border-color css
<style>
span { border-color: #749EFD; }
span { border-color: rgb(116,158,253); }
td.TdClassName
{
border-color: #749EFD;
}
.TagClassName
{
border-color: #749EFD;
}
</style>