Shades of Cornflower Blue #799DF1
Tints of Cornflower Blue #799DF1
RGB
CMYK
RGB Variations
Color information
#799DF1 (or 0x799DF1) is known color: Cornflower Blue. HEX triplet: 79, 9D and F1. RGB value is (121,157,241). Sum of RGB (Red+Green+Blue) = 121+157+241=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #799DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799DF1 is #86620E. Grayscale: #9B9B9B. Windows color (decimal): -8806927 or 15834489. OLE color: 15834489.
HSL color Cylindrical-coordinate representation of color #799DF1: hue angle of 222º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799DF1 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 157 | 241 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.05 |
| HSL | 222º | 0.81% | 0.71% | - |
| HSV(B) | 222º | 0.5% | 0.95% | - |
| XYZ | 35.82 | 34.53 | 88 | - |
| YUV | 155.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 241 | 0.50 | 0.35 | 0 | 0.05 | 222 | 0.81 | 0.71 |
| Hex | 79 | 9D | F1 | 32 | 23 | 0 | 5 | DE | 51 | 47 |
| Octal | 171 | 235 | 361 | 62 | 43 | 0 | 5 | 336 | 121 | 107 |
| Binary | 1111001 | 10011101 | 11110001 | 110010 | 100011 | 0 | 101 | 11011110 | 1010001 | 1000111 |
Color Harmonies of #799DF1
Complementary color
Monochromatic Colors of #799DF1
Black with #799DF1
Text Example
Text Example
White with #799DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DF1; }
p { color: rgb(121,157,241); }
H1.HeaderClassName
{
color: #799DF1;
}
.AnyTagClassName
{
color: #799DF1;
}
</style>
background-color css
<style>
a { background-color: #799DF1; }
a { background-color: rgb(121,157,241); }
div.DivClassName
{
background-color: #799DF1;
}
.BgClassName
{
background-color: #799DF1;
}
</style>
border-color css
<style>
span { border-color: #799DF1; }
span { border-color: rgb(121,157,241); }
td.TdClassName
{
border-color: #799DF1;
}
.TagClassName
{
border-color: #799DF1;
}
</style>