Shades of Cornflower Blue #749BF3
Tints of Cornflower Blue #749BF3
RGB
CMYK
RGB Variations
Color information
#749BF3 (or 0x749BF3) is known color: Cornflower Blue. HEX triplet: 74, 9B and F3. RGB value is (116,155,243). Sum of RGB (Red+Green+Blue) = 116+155+243=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #749BF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BF3 is #8B640C. Grayscale: #989898. Windows color (decimal): -9135117 or 15965044. OLE color: 15965044.
HSL color Cylindrical-coordinate representation of color #749BF3: hue angle of 221.57º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #749BF3 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 155 | 243 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.05 |
| HSL | 221.57º | 0.84% | 0.7% | - |
| HSV(B) | 221.57º | 0.52% | 0.95% | - |
| XYZ | 35.1 | 33.63 | 89.43 | - |
| YUV | 153.37 | 178.58 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 243 | 0.52 | 0.36 | 0 | 0.05 | 221.57 | 0.84 | 0.7 |
| Hex | 74 | 9B | F3 | 34 | 24 | 0 | 5 | DE | 54 | 46 |
| Octal | 164 | 233 | 363 | 64 | 44 | 0 | 5 | 336 | 124 | 106 |
| Binary | 1110100 | 10011011 | 11110011 | 110100 | 100100 | 0 | 101 | 11011110 | 1010100 | 1000110 |
Color Harmonies of #749BF3
Complementary color
Monochromatic Colors of #749BF3
Black with #749BF3
Text Example
Text Example
White with #749BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BF3; }
p { color: rgb(116,155,243); }
H1.HeaderClassName
{
color: #749BF3;
}
.AnyTagClassName
{
color: #749BF3;
}
</style>
background-color css
<style>
a { background-color: #749BF3; }
a { background-color: rgb(116,155,243); }
div.DivClassName
{
background-color: #749BF3;
}
.BgClassName
{
background-color: #749BF3;
}
</style>
border-color css
<style>
span { border-color: #749BF3; }
span { border-color: rgb(116,155,243); }
td.TdClassName
{
border-color: #749BF3;
}
.TagClassName
{
border-color: #749BF3;
}
</style>