Shades of Cornflower Blue #7BA5FE
Tints of Cornflower Blue #7BA5FE
RGB
CMYK
RGB Variations
Color information
#7BA5FE (or 0x7BA5FE) is known color: Cornflower Blue. HEX triplet: 7B, A5 and FE. RGB value is (123,165,254). Sum of RGB (Red+Green+Blue) = 123+165+254=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BA5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA5FE is #845A01. Grayscale: #A2A2A2. Windows color (decimal): -8673794 or 16688507. OLE color: 16688507.
HSL color Cylindrical-coordinate representation of color #7BA5FE: hue angle of 220.76º 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 #7BA5FE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 165 | 254 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.00 |
| HSL | 220.76º | 0.98% | 0.74% | - |
| HSV(B) | 220.76º | 0.52% | 1% | - |
| XYZ | 39.51 | 38.28 | 99.07 | - |
| YUV | 162.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 254 | 0.52 | 0.35 | 0 | 0.00 | 220.76 | 0.98 | 0.74 |
| Hex | 7B | A5 | FE | 34 | 23 | 0 | 0 | DD | 62 | 4A |
| Octal | 173 | 245 | 376 | 64 | 43 | 0 | 0 | 335 | 142 | 112 |
| Binary | 1111011 | 10100101 | 11111110 | 110100 | 100011 | 0 | 0 | 11011101 | 1100010 | 1001010 |
Color Harmonies of #7BA5FE
Complementary color
Monochromatic Colors of #7BA5FE
Black with #7BA5FE
Text Example
Text Example
White with #7BA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA5FE; }
p { color: rgb(123,165,254); }
H1.HeaderClassName
{
color: #7BA5FE;
}
.AnyTagClassName
{
color: #7BA5FE;
}
</style>
background-color css
<style>
a { background-color: #7BA5FE; }
a { background-color: rgb(123,165,254); }
div.DivClassName
{
background-color: #7BA5FE;
}
.BgClassName
{
background-color: #7BA5FE;
}
</style>
border-color css
<style>
span { border-color: #7BA5FE; }
span { border-color: rgb(123,165,254); }
td.TdClassName
{
border-color: #7BA5FE;
}
.TagClassName
{
border-color: #7BA5FE;
}
</style>