Shades of Cornflower Blue #7B9BFD
Tints of Cornflower Blue #7B9BFD
RGB
CMYK
RGB Variations
Color information
#7B9BFD (or 0x7B9BFD) is known color: Cornflower Blue. HEX triplet: 7B, 9B and FD. RGB value is (123,155,253). Sum of RGB (Red+Green+Blue) = 123+155+253=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B9BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9BFD is #846402. Grayscale: #9C9C9C. Windows color (decimal): -8676355 or 16620411. OLE color: 16620411.
HSL color Cylindrical-coordinate representation of color #7B9BFD: hue angle of 225.23º 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 #7B9BFD is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 155 | 253 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.01 |
| HSL | 225.23º | 0.97% | 0.74% | - |
| HSV(B) | 225.23º | 0.51% | 0.99% | - |
| XYZ | 37.62 | 34.75 | 97.65 | - |
| YUV | 156.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 253 | 0.51 | 0.39 | 0 | 0.01 | 225.23 | 0.97 | 0.74 |
| Hex | 7B | 9B | FD | 33 | 27 | 0 | 1 | E1 | 61 | 4A |
| Octal | 173 | 233 | 375 | 63 | 47 | 0 | 1 | 341 | 141 | 112 |
| Binary | 1111011 | 10011011 | 11111101 | 110011 | 100111 | 0 | 1 | 11100001 | 1100001 | 1001010 |
Color Harmonies of #7B9BFD
Complementary color
Monochromatic Colors of #7B9BFD
Black with #7B9BFD
Text Example
Text Example
White with #7B9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BFD; }
p { color: rgb(123,155,253); }
H1.HeaderClassName
{
color: #7B9BFD;
}
.AnyTagClassName
{
color: #7B9BFD;
}
</style>
background-color css
<style>
a { background-color: #7B9BFD; }
a { background-color: rgb(123,155,253); }
div.DivClassName
{
background-color: #7B9BFD;
}
.BgClassName
{
background-color: #7B9BFD;
}
</style>
border-color css
<style>
span { border-color: #7B9BFD; }
span { border-color: rgb(123,155,253); }
td.TdClassName
{
border-color: #7B9BFD;
}
.TagClassName
{
border-color: #7B9BFD;
}
</style>