Shades of Cornflower Blue #709CFE
Tints of Cornflower Blue #709CFE
RGB
CMYK
RGB Variations
Color information
#709CFE (or 0x709CFE) is known color: Cornflower Blue. HEX triplet: 70, 9C and FE. RGB value is (112,156,254). Sum of RGB (Red+Green+Blue) = 112+156+254=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #709CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CFE is #8F6301. Grayscale: #999999. Windows color (decimal): -9396994 or 16686192. OLE color: 16686192.
HSL color Cylindrical-coordinate representation of color #709CFE: hue angle of 221.41º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709CFE is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 156 | 254 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.00 |
| HSL | 221.41º | 0.99% | 0.72% | - |
| HSV(B) | 221.41º | 0.56% | 1% | - |
| XYZ | 36.46 | 34.38 | 98.48 | - |
| YUV | 154.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 254 | 0.56 | 0.39 | 0 | 0.00 | 221.41 | 0.99 | 0.72 |
| Hex | 70 | 9C | FE | 38 | 27 | 0 | 0 | DD | 63 | 48 |
| Octal | 160 | 234 | 376 | 70 | 47 | 0 | 0 | 335 | 143 | 110 |
| Binary | 1110000 | 10011100 | 11111110 | 111000 | 100111 | 0 | 0 | 11011101 | 1100011 | 1001000 |
Color Harmonies of #709CFE
Complementary color
Monochromatic Colors of #709CFE
Black with #709CFE
Text Example
Text Example
White with #709CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CFE; }
p { color: rgb(112,156,254); }
H1.HeaderClassName
{
color: #709CFE;
}
.AnyTagClassName
{
color: #709CFE;
}
</style>
background-color css
<style>
a { background-color: #709CFE; }
a { background-color: rgb(112,156,254); }
div.DivClassName
{
background-color: #709CFE;
}
.BgClassName
{
background-color: #709CFE;
}
</style>
border-color css
<style>
span { border-color: #709CFE; }
span { border-color: rgb(112,156,254); }
td.TdClassName
{
border-color: #709CFE;
}
.TagClassName
{
border-color: #709CFE;
}
</style>