Shades of Cornflower Blue #7CA2FF
Tints of Cornflower Blue #7CA2FF
RGB
CMYK
RGB Variations
Color information
#7CA2FF (or 0x7CA2FF) is known color: Cornflower Blue. HEX triplet: 7C, A2 and FF. RGB value is (124,162,255). Sum of RGB (Red+Green+Blue) = 124+162+255=541 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.92% from 541); Green value is 162 (63.67% from 255 or 29.94% 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 #7CA2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA2FF is #835D00. Grayscale: #A0A0A0. Windows color (decimal): -8609025 or 16753276. OLE color: 16753276.
HSL color Cylindrical-coordinate representation of color #7CA2FF: hue angle of 222.6º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CA2FF is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 162 | 255 | - |
| CMYK | 0.51 | 0.36 | 0 | 0 |
| HSL | 222.6º | 1% | 0.74% | - |
| HSV(B) | 222.6º | 0.51% | 1% | - |
| XYZ | 39.28 | 37.35 | 99.75 | - |
| YUV | 161.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 255 | 0.51 | 0.36 | 0 | 0 | 222.6 | 1 | 0.74 |
| Hex | 7C | A2 | FF | 33 | 24 | 0 | 0 | DF | 64 | 4A |
| Octal | 174 | 242 | 377 | 63 | 44 | 0 | 0 | 337 | 144 | 112 |
| Binary | 1111100 | 10100010 | 11111111 | 110011 | 100100 | 0 | 0 | 11011111 | 1100100 | 1001010 |
Color Harmonies of #7CA2FF
Complementary color
Monochromatic Colors of #7CA2FF
Black with #7CA2FF
Text Example
Text Example
White with #7CA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA2FF; }
p { color: rgb(124,162,255); }
H1.HeaderClassName
{
color: #7CA2FF;
}
.AnyTagClassName
{
color: #7CA2FF;
}
</style>
background-color css
<style>
a { background-color: #7CA2FF; }
a { background-color: rgb(124,162,255); }
div.DivClassName
{
background-color: #7CA2FF;
}
.BgClassName
{
background-color: #7CA2FF;
}
</style>
border-color css
<style>
span { border-color: #7CA2FF; }
span { border-color: rgb(124,162,255); }
td.TdClassName
{
border-color: #7CA2FF;
}
.TagClassName
{
border-color: #7CA2FF;
}
</style>