Shades of Cornflower Blue #7BA4FF
Tints of Cornflower Blue #7BA4FF
RGB
CMYK
RGB Variations
Color information
#7BA4FF (or 0x7BA4FF) is known color: Cornflower Blue. HEX triplet: 7B, A4 and FF. RGB value is (123,164,255). Sum of RGB (Red+Green+Blue) = 123+164+255=542 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.69% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BA4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4FF is #845B00. Grayscale: #A1A1A1. Windows color (decimal): -8674049 or 16753787. OLE color: 16753787.
HSL color Cylindrical-coordinate representation of color #7BA4FF: hue angle of 221.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BA4FF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 164 | 255 | - |
| CMYK | 0.52 | 0.36 | 0 | 0 |
| HSL | 221.36º | 1% | 0.74% | - |
| HSV(B) | 221.36º | 0.52% | 1% | - |
| XYZ | 39.49 | 37.98 | 99.86 | - |
| YUV | 162.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 255 | 0.52 | 0.36 | 0 | 0 | 221.36 | 1 | 0.74 |
| Hex | 7B | A4 | FF | 34 | 24 | 0 | 0 | DD | 64 | 4A |
| Octal | 173 | 244 | 377 | 64 | 44 | 0 | 0 | 335 | 144 | 112 |
| Binary | 1111011 | 10100100 | 11111111 | 110100 | 100100 | 0 | 0 | 11011101 | 1100100 | 1001010 |
Color Harmonies of #7BA4FF
Complementary color
Monochromatic Colors of #7BA4FF
Black with #7BA4FF
Text Example
Text Example
White with #7BA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4FF; }
p { color: rgb(123,164,255); }
H1.HeaderClassName
{
color: #7BA4FF;
}
.AnyTagClassName
{
color: #7BA4FF;
}
</style>
background-color css
<style>
a { background-color: #7BA4FF; }
a { background-color: rgb(123,164,255); }
div.DivClassName
{
background-color: #7BA4FF;
}
.BgClassName
{
background-color: #7BA4FF;
}
</style>
border-color css
<style>
span { border-color: #7BA4FF; }
span { border-color: rgb(123,164,255); }
td.TdClassName
{
border-color: #7BA4FF;
}
.TagClassName
{
border-color: #7BA4FF;
}
</style>