Shades of Cornflower Blue #799BEF
Tints of Cornflower Blue #799BEF
RGB
CMYK
RGB Variations
Color information
#799BEF (or 0x799BEF) is known color: Cornflower Blue. HEX triplet: 79, 9B and EF. RGB value is (121,155,239). Sum of RGB (Red+Green+Blue) = 121+155+239=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #799BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BEF is #866410. Grayscale: #9A9A9A. Windows color (decimal): -8807441 or 15702905. OLE color: 15702905.
HSL color Cylindrical-coordinate representation of color #799BEF: hue angle of 222.71º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799BEF is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 155 | 239 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.06 |
| HSL | 222.71º | 0.79% | 0.71% | - |
| HSV(B) | 222.71º | 0.49% | 0.94% | - |
| XYZ | 35.19 | 33.74 | 86.32 | - |
| YUV | 154.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 239 | 0.49 | 0.35 | 0 | 0.06 | 222.71 | 0.79 | 0.71 |
| Hex | 79 | 9B | EF | 31 | 23 | 0 | 6 | DF | 4F | 47 |
| Octal | 171 | 233 | 357 | 61 | 43 | 0 | 6 | 337 | 117 | 107 |
| Binary | 1111001 | 10011011 | 11101111 | 110001 | 100011 | 0 | 110 | 11011111 | 1001111 | 1000111 |
Color Harmonies of #799BEF
Complementary color
Monochromatic Colors of #799BEF
Black with #799BEF
Text Example
Text Example
White with #799BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BEF; }
p { color: rgb(121,155,239); }
H1.HeaderClassName
{
color: #799BEF;
}
.AnyTagClassName
{
color: #799BEF;
}
</style>
background-color css
<style>
a { background-color: #799BEF; }
a { background-color: rgb(121,155,239); }
div.DivClassName
{
background-color: #799BEF;
}
.BgClassName
{
background-color: #799BEF;
}
</style>
border-color css
<style>
span { border-color: #799BEF; }
span { border-color: rgb(121,155,239); }
td.TdClassName
{
border-color: #799BEF;
}
.TagClassName
{
border-color: #799BEF;
}
</style>