Shades of Cornflower Blue #709CE1
Tints of Cornflower Blue #709CE1
RGB
CMYK
RGB Variations
Color information
#709CE1 (or 0x709CE1) is known color: Cornflower Blue. HEX triplet: 70, 9C and E1. RGB value is (112,156,225). Sum of RGB (Red+Green+Blue) = 112+156+225=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #709CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CE1 is #8F631E. Grayscale: #969696. Windows color (decimal): -9397023 or 14785648. OLE color: 14785648.
HSL color Cylindrical-coordinate representation of color #709CE1: hue angle of 216.64º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709CE1 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 156 | 225 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.12 |
| HSL | 216.64º | 0.65% | 0.66% | - |
| HSV(B) | 216.64º | 0.5% | 0.88% | - |
| XYZ | 32.16 | 32.66 | 75.84 | - |
| YUV | 150.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 225 | 0.50 | 0.31 | 0 | 0.12 | 216.64 | 0.65 | 0.66 |
| Hex | 70 | 9C | E1 | 32 | 1F | 0 | C | D9 | 41 | 42 |
| Octal | 160 | 234 | 341 | 62 | 37 | 0 | 14 | 331 | 101 | 102 |
| Binary | 1110000 | 10011100 | 11100001 | 110010 | 11111 | 0 | 1100 | 11011001 | 1000001 | 1000010 |
Color Harmonies of #709CE1
Complementary color
Monochromatic Colors of #709CE1
Black with #709CE1
Text Example
Text Example
White with #709CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CE1; }
p { color: rgb(112,156,225); }
H1.HeaderClassName
{
color: #709CE1;
}
.AnyTagClassName
{
color: #709CE1;
}
</style>
background-color css
<style>
a { background-color: #709CE1; }
a { background-color: rgb(112,156,225); }
div.DivClassName
{
background-color: #709CE1;
}
.BgClassName
{
background-color: #709CE1;
}
</style>
border-color css
<style>
span { border-color: #709CE1; }
span { border-color: rgb(112,156,225); }
td.TdClassName
{
border-color: #709CE1;
}
.TagClassName
{
border-color: #709CE1;
}
</style>