Shades of Cornflower Blue #709CFF
Tints of Cornflower Blue #709CFF
RGB
CMYK
RGB Variations
Color information
#709CFF (or 0x709CFF) is known color: Cornflower Blue. HEX triplet: 70, 9C and FF. RGB value is (112,156,255). Sum of RGB (Red+Green+Blue) = 112+156+255=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #709CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CFF is #8F6300. Grayscale: #999999. Windows color (decimal): -9396993 or 16751728. OLE color: 16751728.
HSL color Cylindrical-coordinate representation of color #709CFF: hue angle of 221.54º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709CFF is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 156 | 255 | - |
| CMYK | 0.56 | 0.39 | 0 | 0 |
| HSL | 221.54º | 1% | 0.72% | - |
| HSV(B) | 221.54º | 0.56% | 1% | - |
| XYZ | 36.62 | 34.44 | 99.33 | - |
| YUV | 154.13 | 184.92 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 255 | 0.56 | 0.39 | 0 | 0 | 221.54 | 1 | 0.72 |
| Hex | 70 | 9C | FF | 38 | 27 | 0 | 0 | DE | 64 | 48 |
| Octal | 160 | 234 | 377 | 70 | 47 | 0 | 0 | 336 | 144 | 110 |
| Binary | 1110000 | 10011100 | 11111111 | 111000 | 100111 | 0 | 0 | 11011110 | 1100100 | 1001000 |
Color Harmonies of #709CFF
Complementary color
Monochromatic Colors of #709CFF
Black with #709CFF
Text Example
Text Example
White with #709CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CFF; }
p { color: rgb(112,156,255); }
H1.HeaderClassName
{
color: #709CFF;
}
.AnyTagClassName
{
color: #709CFF;
}
</style>
background-color css
<style>
a { background-color: #709CFF; }
a { background-color: rgb(112,156,255); }
div.DivClassName
{
background-color: #709CFF;
}
.BgClassName
{
background-color: #709CFF;
}
</style>
border-color css
<style>
span { border-color: #709CFF; }
span { border-color: rgb(112,156,255); }
td.TdClassName
{
border-color: #709CFF;
}
.TagClassName
{
border-color: #709CFF;
}
</style>