Shades of Cornflower Blue #7B9DF5
Tints of Cornflower Blue #7B9DF5
RGB
CMYK
RGB Variations
Color information
#7B9DF5 (or 0x7B9DF5) is known color: Cornflower Blue. HEX triplet: 7B, 9D and F5. RGB value is (123,157,245). Sum of RGB (Red+Green+Blue) = 123+157+245=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #7B9DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9DF5 is #84620A. Grayscale: #9C9C9C. Windows color (decimal): -8675851 or 16096635. OLE color: 16096635.
HSL color Cylindrical-coordinate representation of color #7B9DF5: hue angle of 223.28º degrees, saturation: 0.86, 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 #7B9DF5 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 157 | 245 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.04 |
| HSL | 223.28º | 0.86% | 0.72% | - |
| HSV(B) | 223.28º | 0.5% | 0.96% | - |
| XYZ | 36.71 | 34.92 | 91.19 | - |
| YUV | 156.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 245 | 0.50 | 0.36 | 0 | 0.04 | 223.28 | 0.86 | 0.72 |
| Hex | 7B | 9D | F5 | 32 | 24 | 0 | 4 | DF | 56 | 48 |
| Octal | 173 | 235 | 365 | 62 | 44 | 0 | 4 | 337 | 126 | 110 |
| Binary | 1111011 | 10011101 | 11110101 | 110010 | 100100 | 0 | 100 | 11011111 | 1010110 | 1001000 |
Color Harmonies of #7B9DF5
Complementary color
Monochromatic Colors of #7B9DF5
Black with #7B9DF5
Text Example
Text Example
White with #7B9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9DF5; }
p { color: rgb(123,157,245); }
H1.HeaderClassName
{
color: #7B9DF5;
}
.AnyTagClassName
{
color: #7B9DF5;
}
</style>
background-color css
<style>
a { background-color: #7B9DF5; }
a { background-color: rgb(123,157,245); }
div.DivClassName
{
background-color: #7B9DF5;
}
.BgClassName
{
background-color: #7B9DF5;
}
</style>
border-color css
<style>
span { border-color: #7B9DF5; }
span { border-color: rgb(123,157,245); }
td.TdClassName
{
border-color: #7B9DF5;
}
.TagClassName
{
border-color: #7B9DF5;
}
</style>