Shades of Cornflower Blue #7BA2FE
Tints of Cornflower Blue #7BA2FE
RGB
CMYK
RGB Variations
Color information
#7BA2FE (or 0x7BA2FE) is known color: Cornflower Blue. HEX triplet: 7B, A2 and FE. RGB value is (123,162,254). Sum of RGB (Red+Green+Blue) = 123+162+254=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA2FE is #845D01. Grayscale: #A0A0A0. Windows color (decimal): -8674562 or 16687739. OLE color: 16687739.
HSL color Cylindrical-coordinate representation of color #7BA2FE: hue angle of 222.14º 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 #7BA2FE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 162 | 254 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.00 |
| HSL | 222.14º | 0.98% | 0.74% | - |
| HSV(B) | 222.14º | 0.52% | 1% | - |
| XYZ | 38.98 | 37.21 | 98.89 | - |
| YUV | 160.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 254 | 0.52 | 0.36 | 0 | 0.00 | 222.14 | 0.98 | 0.74 |
| Hex | 7B | A2 | FE | 34 | 24 | 0 | 0 | DE | 62 | 4A |
| Octal | 173 | 242 | 376 | 64 | 44 | 0 | 0 | 336 | 142 | 112 |
| Binary | 1111011 | 10100010 | 11111110 | 110100 | 100100 | 0 | 0 | 11011110 | 1100010 | 1001010 |
Color Harmonies of #7BA2FE
Complementary color
Monochromatic Colors of #7BA2FE
Black with #7BA2FE
Text Example
Text Example
White with #7BA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2FE; }
p { color: rgb(123,162,254); }
H1.HeaderClassName
{
color: #7BA2FE;
}
.AnyTagClassName
{
color: #7BA2FE;
}
</style>
background-color css
<style>
a { background-color: #7BA2FE; }
a { background-color: rgb(123,162,254); }
div.DivClassName
{
background-color: #7BA2FE;
}
.BgClassName
{
background-color: #7BA2FE;
}
</style>
border-color css
<style>
span { border-color: #7BA2FE; }
span { border-color: rgb(123,162,254); }
td.TdClassName
{
border-color: #7BA2FE;
}
.TagClassName
{
border-color: #7BA2FE;
}
</style>