Shades of Cornflower Blue #7BA2FD
Tints of Cornflower Blue #7BA2FD
RGB
CMYK
RGB Variations
Color information
#7BA2FD (or 0x7BA2FD) is known color: Cornflower Blue. HEX triplet: 7B, A2 and FD. RGB value is (123,162,253). Sum of RGB (Red+Green+Blue) = 123+162+253=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BA2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA2FD is #845D02. Grayscale: #A0A0A0. Windows color (decimal): -8674563 or 16622203. OLE color: 16622203.
HSL color Cylindrical-coordinate representation of color #7BA2FD: hue angle of 222º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA2FD is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 162 | 253 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.01 |
| HSL | 222º | 0.97% | 0.74% | - |
| HSV(B) | 222º | 0.51% | 0.99% | - |
| XYZ | 38.82 | 37.14 | 98.05 | - |
| YUV | 160.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 253 | 0.51 | 0.36 | 0 | 0.01 | 222 | 0.97 | 0.74 |
| Hex | 7B | A2 | FD | 33 | 24 | 0 | 1 | DE | 61 | 4A |
| Octal | 173 | 242 | 375 | 63 | 44 | 0 | 1 | 336 | 141 | 112 |
| Binary | 1111011 | 10100010 | 11111101 | 110011 | 100100 | 0 | 1 | 11011110 | 1100001 | 1001010 |
Color Harmonies of #7BA2FD
Complementary color
Monochromatic Colors of #7BA2FD
Black with #7BA2FD
Text Example
Text Example
White with #7BA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2FD; }
p { color: rgb(123,162,253); }
H1.HeaderClassName
{
color: #7BA2FD;
}
.AnyTagClassName
{
color: #7BA2FD;
}
</style>
background-color css
<style>
a { background-color: #7BA2FD; }
a { background-color: rgb(123,162,253); }
div.DivClassName
{
background-color: #7BA2FD;
}
.BgClassName
{
background-color: #7BA2FD;
}
</style>
border-color css
<style>
span { border-color: #7BA2FD; }
span { border-color: rgb(123,162,253); }
td.TdClassName
{
border-color: #7BA2FD;
}
.TagClassName
{
border-color: #7BA2FD;
}
</style>