Shades of Cornflower Blue #709BEF
Tints of Cornflower Blue #709BEF
RGB
CMYK
RGB Variations
Color information
#709BEF (or 0x709BEF) is known color: Cornflower Blue. HEX triplet: 70, 9B and EF. RGB value is (112,155,239). Sum of RGB (Red+Green+Blue) = 112+155+239=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #709BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BEF is #8F6410. Grayscale: #979797. Windows color (decimal): -9397265 or 15702896. OLE color: 15702896.
HSL color Cylindrical-coordinate representation of color #709BEF: hue angle of 219.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709BEF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 155 | 239 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.06 |
| HSL | 219.69º | 0.8% | 0.69% | - |
| HSV(B) | 219.69º | 0.53% | 0.94% | - |
| XYZ | 33.98 | 33.12 | 86.26 | - |
| YUV | 151.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 239 | 0.53 | 0.35 | 0 | 0.06 | 219.69 | 0.8 | 0.69 |
| Hex | 70 | 9B | EF | 35 | 23 | 0 | 6 | DC | 50 | 45 |
| Octal | 160 | 233 | 357 | 65 | 43 | 0 | 6 | 334 | 120 | 105 |
| Binary | 1110000 | 10011011 | 11101111 | 110101 | 100011 | 0 | 110 | 11011100 | 1010000 | 1000101 |
Color Harmonies of #709BEF
Complementary color
Monochromatic Colors of #709BEF
Black with #709BEF
Text Example
Text Example
White with #709BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BEF; }
p { color: rgb(112,155,239); }
H1.HeaderClassName
{
color: #709BEF;
}
.AnyTagClassName
{
color: #709BEF;
}
</style>
background-color css
<style>
a { background-color: #709BEF; }
a { background-color: rgb(112,155,239); }
div.DivClassName
{
background-color: #709BEF;
}
.BgClassName
{
background-color: #709BEF;
}
</style>
border-color css
<style>
span { border-color: #709BEF; }
span { border-color: rgb(112,155,239); }
td.TdClassName
{
border-color: #709BEF;
}
.TagClassName
{
border-color: #709BEF;
}
</style>