Shades of Cornflower Blue #7BA3FF
Tints of Cornflower Blue #7BA3FF
RGB
CMYK
RGB Variations
Color information
#7BA3FF (or 0x7BA3FF) is known color: Cornflower Blue. HEX triplet: 7B, A3 and FF. RGB value is (123,163,255). Sum of RGB (Red+Green+Blue) = 123+163+255=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BA3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA3FF is #845C00. Grayscale: #A1A1A1. Windows color (decimal): -8674305 or 16753531. OLE color: 16753531.
HSL color Cylindrical-coordinate representation of color #7BA3FF: hue angle of 221.82º 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 #7BA3FF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 163 | 255 | - |
| CMYK | 0.52 | 0.36 | 0 | 0 |
| HSL | 221.82º | 1% | 0.74% | - |
| HSV(B) | 221.82º | 0.52% | 1% | - |
| XYZ | 39.32 | 37.63 | 99.8 | - |
| YUV | 161.53 | 180.75 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 255 | 0.52 | 0.36 | 0 | 0 | 221.82 | 1 | 0.74 |
| Hex | 7B | A3 | FF | 34 | 24 | 0 | 0 | DE | 64 | 4A |
| Octal | 173 | 243 | 377 | 64 | 44 | 0 | 0 | 336 | 144 | 112 |
| Binary | 1111011 | 10100011 | 11111111 | 110100 | 100100 | 0 | 0 | 11011110 | 1100100 | 1001010 |
Color Harmonies of #7BA3FF
Complementary color
Monochromatic Colors of #7BA3FF
Black with #7BA3FF
Text Example
Text Example
White with #7BA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA3FF; }
p { color: rgb(123,163,255); }
H1.HeaderClassName
{
color: #7BA3FF;
}
.AnyTagClassName
{
color: #7BA3FF;
}
</style>
background-color css
<style>
a { background-color: #7BA3FF; }
a { background-color: rgb(123,163,255); }
div.DivClassName
{
background-color: #7BA3FF;
}
.BgClassName
{
background-color: #7BA3FF;
}
</style>
border-color css
<style>
span { border-color: #7BA3FF; }
span { border-color: rgb(123,163,255); }
td.TdClassName
{
border-color: #7BA3FF;
}
.TagClassName
{
border-color: #7BA3FF;
}
</style>