Shades of Cornflower Blue #749BEF
Tints of Cornflower Blue #749BEF
RGB
CMYK
RGB Variations
Color information
#749BEF (or 0x749BEF) is known color: Cornflower Blue. HEX triplet: 74, 9B and EF. RGB value is (116,155,239). Sum of RGB (Red+Green+Blue) = 116+155+239=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #749BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749BEF is #8B6410. Grayscale: #989898. Windows color (decimal): -9135121 or 15702900. OLE color: 15702900.
HSL color Cylindrical-coordinate representation of color #749BEF: hue angle of 220.98º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749BEF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 155 | 239 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.06 |
| HSL | 220.98º | 0.79% | 0.7% | - |
| HSV(B) | 220.98º | 0.51% | 0.94% | - |
| XYZ | 34.5 | 33.39 | 86.29 | - |
| YUV | 152.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 239 | 0.51 | 0.35 | 0 | 0.06 | 220.98 | 0.79 | 0.7 |
| Hex | 74 | 9B | EF | 33 | 23 | 0 | 6 | DD | 4F | 46 |
| Octal | 164 | 233 | 357 | 63 | 43 | 0 | 6 | 335 | 117 | 106 |
| Binary | 1110100 | 10011011 | 11101111 | 110011 | 100011 | 0 | 110 | 11011101 | 1001111 | 1000110 |
Color Harmonies of #749BEF
Complementary color
Monochromatic Colors of #749BEF
Black with #749BEF
Text Example
Text Example
White with #749BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BEF; }
p { color: rgb(116,155,239); }
H1.HeaderClassName
{
color: #749BEF;
}
.AnyTagClassName
{
color: #749BEF;
}
</style>
background-color css
<style>
a { background-color: #749BEF; }
a { background-color: rgb(116,155,239); }
div.DivClassName
{
background-color: #749BEF;
}
.BgClassName
{
background-color: #749BEF;
}
</style>
border-color css
<style>
span { border-color: #749BEF; }
span { border-color: rgb(116,155,239); }
td.TdClassName
{
border-color: #749BEF;
}
.TagClassName
{
border-color: #749BEF;
}
</style>