Shades of Cornflower Blue #749BFD
Tints of Cornflower Blue #749BFD
RGB
CMYK
RGB Variations
Color information
#749BFD (or 0x749BFD) is known color: Cornflower Blue. HEX triplet: 74, 9B and FD. RGB value is (116,155,253). Sum of RGB (Red+Green+Blue) = 116+155+253=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #749BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BFD is #8B6402. Grayscale: #9A9A9A. Windows color (decimal): -9135107 or 16620404. OLE color: 16620404.
HSL color Cylindrical-coordinate representation of color #749BFD: hue angle of 222.92º 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 #749BFD is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 155 | 253 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.01 |
| HSL | 222.92º | 0.97% | 0.72% | - |
| HSV(B) | 222.92º | 0.54% | 0.99% | - |
| XYZ | 36.65 | 34.25 | 97.61 | - |
| YUV | 154.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 253 | 0.54 | 0.39 | 0 | 0.01 | 222.92 | 0.97 | 0.72 |
| Hex | 74 | 9B | FD | 36 | 27 | 0 | 1 | DF | 61 | 48 |
| Octal | 164 | 233 | 375 | 66 | 47 | 0 | 1 | 337 | 141 | 110 |
| Binary | 1110100 | 10011011 | 11111101 | 110110 | 100111 | 0 | 1 | 11011111 | 1100001 | 1001000 |
Color Harmonies of #749BFD
Complementary color
Monochromatic Colors of #749BFD
Black with #749BFD
Text Example
Text Example
White with #749BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BFD; }
p { color: rgb(116,155,253); }
H1.HeaderClassName
{
color: #749BFD;
}
.AnyTagClassName
{
color: #749BFD;
}
</style>
background-color css
<style>
a { background-color: #749BFD; }
a { background-color: rgb(116,155,253); }
div.DivClassName
{
background-color: #749BFD;
}
.BgClassName
{
background-color: #749BFD;
}
</style>
border-color css
<style>
span { border-color: #749BFD; }
span { border-color: rgb(116,155,253); }
td.TdClassName
{
border-color: #749BFD;
}
.TagClassName
{
border-color: #749BFD;
}
</style>