Shades of Cornflower Blue #7B9DFF
Tints of Cornflower Blue #7B9DFF
RGB
CMYK
RGB Variations
Color information
#7B9DFF (or 0x7B9DFF) is known color: Cornflower Blue. HEX triplet: 7B, 9D and FF. RGB value is (123,157,255). Sum of RGB (Red+Green+Blue) = 123+157+255=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B9DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9DFF is #846200. Grayscale: #9D9D9D. Windows color (decimal): -8675841 or 16751995. OLE color: 16751995.
HSL color Cylindrical-coordinate representation of color #7B9DFF: hue angle of 224.55º 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 #7B9DFF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 157 | 255 | - |
| CMYK | 0.52 | 0.38 | 0 | 0 |
| HSL | 224.55º | 1% | 0.74% | - |
| HSV(B) | 224.55º | 0.52% | 1% | - |
| XYZ | 38.28 | 35.54 | 99.45 | - |
| YUV | 158.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 255 | 0.52 | 0.38 | 0 | 0 | 224.55 | 1 | 0.74 |
| Hex | 7B | 9D | FF | 34 | 26 | 0 | 0 | E1 | 64 | 4A |
| Octal | 173 | 235 | 377 | 64 | 46 | 0 | 0 | 341 | 144 | 112 |
| Binary | 1111011 | 10011101 | 11111111 | 110100 | 100110 | 0 | 0 | 11100001 | 1100100 | 1001010 |
Color Harmonies of #7B9DFF
Complementary color
Monochromatic Colors of #7B9DFF
Black with #7B9DFF
Text Example
Text Example
White with #7B9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9DFF; }
p { color: rgb(123,157,255); }
H1.HeaderClassName
{
color: #7B9DFF;
}
.AnyTagClassName
{
color: #7B9DFF;
}
</style>
background-color css
<style>
a { background-color: #7B9DFF; }
a { background-color: rgb(123,157,255); }
div.DivClassName
{
background-color: #7B9DFF;
}
.BgClassName
{
background-color: #7B9DFF;
}
</style>
border-color css
<style>
span { border-color: #7B9DFF; }
span { border-color: rgb(123,157,255); }
td.TdClassName
{
border-color: #7B9DFF;
}
.TagClassName
{
border-color: #7B9DFF;
}
</style>