Shades of Cornflower Blue #749BFF
Tints of Cornflower Blue #749BFF
RGB
CMYK
RGB Variations
Color information
#749BFF (or 0x749BFF) is known color: Cornflower Blue. HEX triplet: 74, 9B and FF. RGB value is (116,155,255). Sum of RGB (Red+Green+Blue) = 116+155+255=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #749BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BFF is #8B6400. Grayscale: #9A9A9A. Windows color (decimal): -9135105 or 16751476. OLE color: 16751476.
HSL color Cylindrical-coordinate representation of color #749BFF: hue angle of 223.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749BFF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 155 | 255 | - |
| CMYK | 0.55 | 0.39 | 0 | 0 |
| HSL | 223.17º | 1% | 0.73% | - |
| HSV(B) | 223.17º | 0.55% | 1% | - |
| XYZ | 36.97 | 34.38 | 99.29 | - |
| YUV | 154.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 255 | 0.55 | 0.39 | 0 | 0 | 223.17 | 1 | 0.73 |
| Hex | 74 | 9B | FF | 37 | 27 | 0 | 0 | DF | 64 | 49 |
| Octal | 164 | 233 | 377 | 67 | 47 | 0 | 0 | 337 | 144 | 111 |
| Binary | 1110100 | 10011011 | 11111111 | 110111 | 100111 | 0 | 0 | 11011111 | 1100100 | 1001001 |
Color Harmonies of #749BFF
Complementary color
Monochromatic Colors of #749BFF
Black with #749BFF
Text Example
Text Example
White with #749BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BFF; }
p { color: rgb(116,155,255); }
H1.HeaderClassName
{
color: #749BFF;
}
.AnyTagClassName
{
color: #749BFF;
}
</style>
background-color css
<style>
a { background-color: #749BFF; }
a { background-color: rgb(116,155,255); }
div.DivClassName
{
background-color: #749BFF;
}
.BgClassName
{
background-color: #749BFF;
}
</style>
border-color css
<style>
span { border-color: #749BFF; }
span { border-color: rgb(116,155,255); }
td.TdClassName
{
border-color: #749BFF;
}
.TagClassName
{
border-color: #749BFF;
}
</style>