Shades of Cornflower Blue #709CEA
Tints of Cornflower Blue #709CEA
RGB
CMYK
RGB Variations
Color information
#709CEA (or 0x709CEA) is known color: Cornflower Blue. HEX triplet: 70, 9C and EA. RGB value is (112,156,234). Sum of RGB (Red+Green+Blue) = 112+156+234=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #709CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CEA is #8F6315. Grayscale: #979797. Windows color (decimal): -9397014 or 15375472. OLE color: 15375472.
HSL color Cylindrical-coordinate representation of color #709CEA: hue angle of 218.36º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #709CEA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 156 | 234 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.08 |
| HSL | 218.36º | 0.74% | 0.68% | - |
| HSV(B) | 218.36º | 0.52% | 0.92% | - |
| XYZ | 33.42 | 33.16 | 82.48 | - |
| YUV | 151.74 | 174.42 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 234 | 0.52 | 0.33 | 0 | 0.08 | 218.36 | 0.74 | 0.68 |
| Hex | 70 | 9C | EA | 34 | 21 | 0 | 8 | DA | 4A | 44 |
| Octal | 160 | 234 | 352 | 64 | 41 | 0 | 10 | 332 | 112 | 104 |
| Binary | 1110000 | 10011100 | 11101010 | 110100 | 100001 | 0 | 1000 | 11011010 | 1001010 | 1000100 |
Color Harmonies of #709CEA
Complementary color
Monochromatic Colors of #709CEA
Black with #709CEA
Text Example
Text Example
White with #709CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CEA; }
p { color: rgb(112,156,234); }
H1.HeaderClassName
{
color: #709CEA;
}
.AnyTagClassName
{
color: #709CEA;
}
</style>
background-color css
<style>
a { background-color: #709CEA; }
a { background-color: rgb(112,156,234); }
div.DivClassName
{
background-color: #709CEA;
}
.BgClassName
{
background-color: #709CEA;
}
</style>
border-color css
<style>
span { border-color: #709CEA; }
span { border-color: rgb(112,156,234); }
td.TdClassName
{
border-color: #709CEA;
}
.TagClassName
{
border-color: #709CEA;
}
</style>