Shades of Cornflower Blue #7BA1FE
Tints of Cornflower Blue #7BA1FE
RGB
CMYK
RGB Variations
Color information
#7BA1FE (or 0x7BA1FE) is known color: Cornflower Blue. HEX triplet: 7B, A1 and FE. RGB value is (123,161,254). Sum of RGB (Red+Green+Blue) = 123+161+254=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BA1FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA1FE is #845E01. Grayscale: #9F9F9F. Windows color (decimal): -8674818 or 16687483. OLE color: 16687483.
HSL color Cylindrical-coordinate representation of color #7BA1FE: hue angle of 222.6º 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 #7BA1FE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 161 | 254 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.00 |
| HSL | 222.6º | 0.98% | 0.74% | - |
| HSV(B) | 222.6º | 0.52% | 1% | - |
| XYZ | 38.8 | 36.86 | 98.83 | - |
| YUV | 160.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 254 | 0.52 | 0.37 | 0 | 0.00 | 222.6 | 0.98 | 0.74 |
| Hex | 7B | A1 | FE | 34 | 25 | 0 | 0 | DF | 62 | 4A |
| Octal | 173 | 241 | 376 | 64 | 45 | 0 | 0 | 337 | 142 | 112 |
| Binary | 1111011 | 10100001 | 11111110 | 110100 | 100101 | 0 | 0 | 11011111 | 1100010 | 1001010 |
Color Harmonies of #7BA1FE
Complementary color
Monochromatic Colors of #7BA1FE
Black with #7BA1FE
Text Example
Text Example
White with #7BA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1FE; }
p { color: rgb(123,161,254); }
H1.HeaderClassName
{
color: #7BA1FE;
}
.AnyTagClassName
{
color: #7BA1FE;
}
</style>
background-color css
<style>
a { background-color: #7BA1FE; }
a { background-color: rgb(123,161,254); }
div.DivClassName
{
background-color: #7BA1FE;
}
.BgClassName
{
background-color: #7BA1FE;
}
</style>
border-color css
<style>
span { border-color: #7BA1FE; }
span { border-color: rgb(123,161,254); }
td.TdClassName
{
border-color: #7BA1FE;
}
.TagClassName
{
border-color: #7BA1FE;
}
</style>