Shades of Cornflower Blue #709BF1
Tints of Cornflower Blue #709BF1
RGB
CMYK
RGB Variations
Color information
#709BF1 (or 0x709BF1) is known color: Cornflower Blue. HEX triplet: 70, 9B and F1. RGB value is (112,155,241). Sum of RGB (Red+Green+Blue) = 112+155+241=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #709BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BF1 is #8F640E. Grayscale: #979797. Windows color (decimal): -9397263 or 15833968. OLE color: 15833968.
HSL color Cylindrical-coordinate representation of color #709BF1: hue angle of 220º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709BF1 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 155 | 241 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.05 |
| HSL | 220º | 0.82% | 0.69% | - |
| HSV(B) | 220º | 0.54% | 0.95% | - |
| XYZ | 34.28 | 33.24 | 87.83 | - |
| YUV | 151.95 | 178.25 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 241 | 0.54 | 0.36 | 0 | 0.05 | 220 | 0.82 | 0.69 |
| Hex | 70 | 9B | F1 | 36 | 24 | 0 | 5 | DC | 52 | 45 |
| Octal | 160 | 233 | 361 | 66 | 44 | 0 | 5 | 334 | 122 | 105 |
| Binary | 1110000 | 10011011 | 11110001 | 110110 | 100100 | 0 | 101 | 11011100 | 1010010 | 1000101 |
Color Harmonies of #709BF1
Complementary color
Monochromatic Colors of #709BF1
Black with #709BF1
Text Example
Text Example
White with #709BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BF1; }
p { color: rgb(112,155,241); }
H1.HeaderClassName
{
color: #709BF1;
}
.AnyTagClassName
{
color: #709BF1;
}
</style>
background-color css
<style>
a { background-color: #709BF1; }
a { background-color: rgb(112,155,241); }
div.DivClassName
{
background-color: #709BF1;
}
.BgClassName
{
background-color: #709BF1;
}
</style>
border-color css
<style>
span { border-color: #709BF1; }
span { border-color: rgb(112,155,241); }
td.TdClassName
{
border-color: #709BF1;
}
.TagClassName
{
border-color: #709BF1;
}
</style>