Shades of Cornflower Blue #799BFE
Tints of Cornflower Blue #799BFE
RGB
CMYK
RGB Variations
Color information
#799BFE (or 0x799BFE) is known color: Cornflower Blue. HEX triplet: 79, 9B and FE. RGB value is (121,155,254). Sum of RGB (Red+Green+Blue) = 121+155+254=530 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.83% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #799BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BFE is #866401. Grayscale: #9B9B9B. Windows color (decimal): -8807426 or 16685945. OLE color: 16685945.
HSL color Cylindrical-coordinate representation of color #799BFE: hue angle of 224.66º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799BFE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 155 | 254 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.00 |
| HSL | 224.66º | 0.99% | 0.74% | - |
| HSV(B) | 224.66º | 0.52% | 1% | - |
| XYZ | 37.5 | 34.66 | 98.48 | - |
| YUV | 156.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 254 | 0.52 | 0.39 | 0 | 0.00 | 224.66 | 0.99 | 0.74 |
| Hex | 79 | 9B | FE | 34 | 27 | 0 | 0 | E1 | 63 | 4A |
| Octal | 171 | 233 | 376 | 64 | 47 | 0 | 0 | 341 | 143 | 112 |
| Binary | 1111001 | 10011011 | 11111110 | 110100 | 100111 | 0 | 0 | 11100001 | 1100011 | 1001010 |
Color Harmonies of #799BFE
Complementary color
Monochromatic Colors of #799BFE
Black with #799BFE
Text Example
Text Example
White with #799BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BFE; }
p { color: rgb(121,155,254); }
H1.HeaderClassName
{
color: #799BFE;
}
.AnyTagClassName
{
color: #799BFE;
}
</style>
background-color css
<style>
a { background-color: #799BFE; }
a { background-color: rgb(121,155,254); }
div.DivClassName
{
background-color: #799BFE;
}
.BgClassName
{
background-color: #799BFE;
}
</style>
border-color css
<style>
span { border-color: #799BFE; }
span { border-color: rgb(121,155,254); }
td.TdClassName
{
border-color: #799BFE;
}
.TagClassName
{
border-color: #799BFE;
}
</style>