Shades of Cornflower Blue #749FF2
Tints of Cornflower Blue #749FF2
RGB
CMYK
RGB Variations
Color information
#749FF2 (or 0x749FF2) is known color: Cornflower Blue. HEX triplet: 74, 9F and F2. RGB value is (116,159,242). Sum of RGB (Red+Green+Blue) = 116+159+242=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #749FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749FF2 is #8B600D. Grayscale: #9B9B9B. Windows color (decimal): -9134094 or 15900532. OLE color: 15900532.
HSL color Cylindrical-coordinate representation of color #749FF2: hue angle of 219.52º degrees, saturation: 0.83, 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 #749FF2 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 159 | 242 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.05 |
| HSL | 219.52º | 0.83% | 0.7% | - |
| HSV(B) | 219.52º | 0.52% | 0.95% | - |
| XYZ | 35.63 | 34.92 | 88.87 | - |
| YUV | 155.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 242 | 0.52 | 0.34 | 0 | 0.05 | 219.52 | 0.83 | 0.7 |
| Hex | 74 | 9F | F2 | 34 | 22 | 0 | 5 | DC | 53 | 46 |
| Octal | 164 | 237 | 362 | 64 | 42 | 0 | 5 | 334 | 123 | 106 |
| Binary | 1110100 | 10011111 | 11110010 | 110100 | 100010 | 0 | 101 | 11011100 | 1010011 | 1000110 |
Color Harmonies of #749FF2
Complementary color
Monochromatic Colors of #749FF2
Black with #749FF2
Text Example
Text Example
White with #749FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FF2; }
p { color: rgb(116,159,242); }
H1.HeaderClassName
{
color: #749FF2;
}
.AnyTagClassName
{
color: #749FF2;
}
</style>
background-color css
<style>
a { background-color: #749FF2; }
a { background-color: rgb(116,159,242); }
div.DivClassName
{
background-color: #749FF2;
}
.BgClassName
{
background-color: #749FF2;
}
</style>
border-color css
<style>
span { border-color: #749FF2; }
span { border-color: rgb(116,159,242); }
td.TdClassName
{
border-color: #749FF2;
}
.TagClassName
{
border-color: #749FF2;
}
</style>