Shades of Cornflower Blue #709AE5
Tints of Cornflower Blue #709AE5
RGB
CMYK
RGB Variations
Color information
#709AE5 (or 0x709AE5) is known color: Cornflower Blue. HEX triplet: 70, 9A and E5. RGB value is (112,154,229). Sum of RGB (Red+Green+Blue) = 112+154+229=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #709AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AE5 is #8F651A. Grayscale: #959595. Windows color (decimal): -9397531 or 15047280. OLE color: 15047280.
HSL color Cylindrical-coordinate representation of color #709AE5: hue angle of 218.46º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #709AE5 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 154 | 229 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.10 |
| HSL | 218.46º | 0.69% | 0.67% | - |
| HSV(B) | 218.46º | 0.51% | 0.9% | - |
| XYZ | 32.38 | 32.21 | 78.64 | - |
| YUV | 149.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 229 | 0.51 | 0.33 | 0 | 0.10 | 218.46 | 0.69 | 0.67 |
| Hex | 70 | 9A | E5 | 33 | 21 | 0 | A | DA | 45 | 43 |
| Octal | 160 | 232 | 345 | 63 | 41 | 0 | 12 | 332 | 105 | 103 |
| Binary | 1110000 | 10011010 | 11100101 | 110011 | 100001 | 0 | 1010 | 11011010 | 1000101 | 1000011 |
Color Harmonies of #709AE5
Complementary color
Monochromatic Colors of #709AE5
Black with #709AE5
Text Example
Text Example
White with #709AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AE5; }
p { color: rgb(112,154,229); }
H1.HeaderClassName
{
color: #709AE5;
}
.AnyTagClassName
{
color: #709AE5;
}
</style>
background-color css
<style>
a { background-color: #709AE5; }
a { background-color: rgb(112,154,229); }
div.DivClassName
{
background-color: #709AE5;
}
.BgClassName
{
background-color: #709AE5;
}
</style>
border-color css
<style>
span { border-color: #709AE5; }
span { border-color: rgb(112,154,229); }
td.TdClassName
{
border-color: #709AE5;
}
.TagClassName
{
border-color: #709AE5;
}
</style>