Shades of Cornflower Blue #7B9EFE
Tints of Cornflower Blue #7B9EFE
RGB
CMYK
RGB Variations
Color information
#7B9EFE (or 0x7B9EFE) is known color: Cornflower Blue. HEX triplet: 7B, 9E and FE. RGB value is (123,158,254). Sum of RGB (Red+Green+Blue) = 123+158+254=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9EFE is #846101. Grayscale: #9E9E9E. Windows color (decimal): -8675586 or 16686715. OLE color: 16686715.
HSL color Cylindrical-coordinate representation of color #7B9EFE: hue angle of 223.97º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B9EFE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 158 | 254 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.00 |
| HSL | 223.97º | 0.98% | 0.74% | - |
| HSV(B) | 223.97º | 0.52% | 1% | - |
| XYZ | 38.28 | 35.82 | 98.66 | - |
| YUV | 158.48 | 181.9 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 254 | 0.52 | 0.38 | 0 | 0.00 | 223.97 | 0.98 | 0.74 |
| Hex | 7B | 9E | FE | 34 | 26 | 0 | 0 | E0 | 62 | 4A |
| Octal | 173 | 236 | 376 | 64 | 46 | 0 | 0 | 340 | 142 | 112 |
| Binary | 1111011 | 10011110 | 11111110 | 110100 | 100110 | 0 | 0 | 11100000 | 1100010 | 1001010 |
Color Harmonies of #7B9EFE
Complementary color
Monochromatic Colors of #7B9EFE
Black with #7B9EFE
Text Example
Text Example
White with #7B9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EFE; }
p { color: rgb(123,158,254); }
H1.HeaderClassName
{
color: #7B9EFE;
}
.AnyTagClassName
{
color: #7B9EFE;
}
</style>
background-color css
<style>
a { background-color: #7B9EFE; }
a { background-color: rgb(123,158,254); }
div.DivClassName
{
background-color: #7B9EFE;
}
.BgClassName
{
background-color: #7B9EFE;
}
</style>
border-color css
<style>
span { border-color: #7B9EFE; }
span { border-color: rgb(123,158,254); }
td.TdClassName
{
border-color: #7B9EFE;
}
.TagClassName
{
border-color: #7B9EFE;
}
</style>