Shades of Cornflower Blue #709BE5
Tints of Cornflower Blue #709BE5
RGB
CMYK
RGB Variations
Color information
#709BE5 (or 0x709BE5) is known color: Cornflower Blue. HEX triplet: 70, 9B and E5. RGB value is (112,155,229). Sum of RGB (Red+Green+Blue) = 112+155+229=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #709BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BE5 is #8F641A. Grayscale: #969696. Windows color (decimal): -9397275 or 15047536. OLE color: 15047536.
HSL color Cylindrical-coordinate representation of color #709BE5: hue angle of 217.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #709BE5 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 155 | 229 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.10 |
| HSL | 217.95º | 0.69% | 0.67% | - |
| HSV(B) | 217.95º | 0.51% | 0.9% | - |
| XYZ | 32.55 | 32.54 | 78.7 | - |
| YUV | 150.58 | 172.25 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 229 | 0.51 | 0.32 | 0 | 0.10 | 217.95 | 0.69 | 0.67 |
| Hex | 70 | 9B | E5 | 33 | 20 | 0 | A | DA | 45 | 43 |
| Octal | 160 | 233 | 345 | 63 | 40 | 0 | 12 | 332 | 105 | 103 |
| Binary | 1110000 | 10011011 | 11100101 | 110011 | 100000 | 0 | 1010 | 11011010 | 1000101 | 1000011 |
Color Harmonies of #709BE5
Complementary color
Monochromatic Colors of #709BE5
Black with #709BE5
Text Example
Text Example
White with #709BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BE5; }
p { color: rgb(112,155,229); }
H1.HeaderClassName
{
color: #709BE5;
}
.AnyTagClassName
{
color: #709BE5;
}
</style>
background-color css
<style>
a { background-color: #709BE5; }
a { background-color: rgb(112,155,229); }
div.DivClassName
{
background-color: #709BE5;
}
.BgClassName
{
background-color: #709BE5;
}
</style>
border-color css
<style>
span { border-color: #709BE5; }
span { border-color: rgb(112,155,229); }
td.TdClassName
{
border-color: #709BE5;
}
.TagClassName
{
border-color: #709BE5;
}
</style>