Shades of Cornflower Blue #7B9CF4
Tints of Cornflower Blue #7B9CF4
RGB
CMYK
RGB Variations
Color information
#7B9CF4 (or 0x7B9CF4) is known color: Cornflower Blue. HEX triplet: 7B, 9C and F4. RGB value is (123,156,244). Sum of RGB (Red+Green+Blue) = 123+156+244=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #7B9CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9CF4 is #84630B. Grayscale: #9B9B9B. Windows color (decimal): -8676108 or 16030843. OLE color: 16030843.
HSL color Cylindrical-coordinate representation of color #7B9CF4: hue angle of 223.64º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B9CF4 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 156 | 244 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.04 |
| HSL | 223.64º | 0.85% | 0.72% | - |
| HSV(B) | 223.64º | 0.5% | 0.96% | - |
| XYZ | 36.39 | 34.52 | 90.33 | - |
| YUV | 156.17 | 177.57 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 156 | 244 | 0.50 | 0.36 | 0 | 0.04 | 223.64 | 0.85 | 0.72 |
| Hex | 7B | 9C | F4 | 32 | 24 | 0 | 4 | E0 | 55 | 48 |
| Octal | 173 | 234 | 364 | 62 | 44 | 0 | 4 | 340 | 125 | 110 |
| Binary | 1111011 | 10011100 | 11110100 | 110010 | 100100 | 0 | 100 | 11100000 | 1010101 | 1001000 |
Color Harmonies of #7B9CF4
Complementary color
Monochromatic Colors of #7B9CF4
Black with #7B9CF4
Text Example
Text Example
White with #7B9CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9CF4; }
p { color: rgb(123,156,244); }
H1.HeaderClassName
{
color: #7B9CF4;
}
.AnyTagClassName
{
color: #7B9CF4;
}
</style>
background-color css
<style>
a { background-color: #7B9CF4; }
a { background-color: rgb(123,156,244); }
div.DivClassName
{
background-color: #7B9CF4;
}
.BgClassName
{
background-color: #7B9CF4;
}
</style>
border-color css
<style>
span { border-color: #7B9CF4; }
span { border-color: rgb(123,156,244); }
td.TdClassName
{
border-color: #7B9CF4;
}
.TagClassName
{
border-color: #7B9CF4;
}
</style>