Shades of Cornflower Blue #709BED
Tints of Cornflower Blue #709BED
RGB
CMYK
RGB Variations
Color information
#709BED (or 0x709BED) is known color: Cornflower Blue. HEX triplet: 70, 9B and ED. RGB value is (112,155,237). Sum of RGB (Red+Green+Blue) = 112+155+237=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #709BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BED is #8F6412. Grayscale: #979797. Windows color (decimal): -9397267 or 15571824. OLE color: 15571824.
HSL color Cylindrical-coordinate representation of color #709BED: hue angle of 219.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709BED is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 155 | 237 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.07 |
| HSL | 219.36º | 0.78% | 0.68% | - |
| HSV(B) | 219.36º | 0.53% | 0.93% | - |
| XYZ | 33.69 | 33 | 84.72 | - |
| YUV | 151.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 237 | 0.53 | 0.35 | 0 | 0.07 | 219.36 | 0.78 | 0.68 |
| Hex | 70 | 9B | ED | 35 | 23 | 0 | 7 | DB | 4E | 44 |
| Octal | 160 | 233 | 355 | 65 | 43 | 0 | 7 | 333 | 116 | 104 |
| Binary | 1110000 | 10011011 | 11101101 | 110101 | 100011 | 0 | 111 | 11011011 | 1001110 | 1000100 |
Color Harmonies of #709BED
Complementary color
Monochromatic Colors of #709BED
Black with #709BED
Text Example
Text Example
White with #709BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BED; }
p { color: rgb(112,155,237); }
H1.HeaderClassName
{
color: #709BED;
}
.AnyTagClassName
{
color: #709BED;
}
</style>
background-color css
<style>
a { background-color: #709BED; }
a { background-color: rgb(112,155,237); }
div.DivClassName
{
background-color: #709BED;
}
.BgClassName
{
background-color: #709BED;
}
</style>
border-color css
<style>
span { border-color: #709BED; }
span { border-color: rgb(112,155,237); }
td.TdClassName
{
border-color: #709BED;
}
.TagClassName
{
border-color: #709BED;
}
</style>