Shades of Cornflower Blue #709CFD
Tints of Cornflower Blue #709CFD
RGB
CMYK
RGB Variations
Color information
#709CFD (or 0x709CFD) is known color: Cornflower Blue. HEX triplet: 70, 9C and FD. RGB value is (112,156,253). Sum of RGB (Red+Green+Blue) = 112+156+253=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #709CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CFD is #8F6302. Grayscale: #999999. Windows color (decimal): -9396995 or 16620656. OLE color: 16620656.
HSL color Cylindrical-coordinate representation of color #709CFD: hue angle of 221.28º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709CFD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 156 | 253 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.01 |
| HSL | 221.28º | 0.97% | 0.72% | - |
| HSV(B) | 221.28º | 0.56% | 0.99% | - |
| XYZ | 36.3 | 34.31 | 97.64 | - |
| YUV | 153.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 253 | 0.56 | 0.38 | 0 | 0.01 | 221.28 | 0.97 | 0.72 |
| Hex | 70 | 9C | FD | 38 | 26 | 0 | 1 | DD | 61 | 48 |
| Octal | 160 | 234 | 375 | 70 | 46 | 0 | 1 | 335 | 141 | 110 |
| Binary | 1110000 | 10011100 | 11111101 | 111000 | 100110 | 0 | 1 | 11011101 | 1100001 | 1001000 |
Color Harmonies of #709CFD
Complementary color
Monochromatic Colors of #709CFD
Black with #709CFD
Text Example
Text Example
White with #709CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CFD; }
p { color: rgb(112,156,253); }
H1.HeaderClassName
{
color: #709CFD;
}
.AnyTagClassName
{
color: #709CFD;
}
</style>
background-color css
<style>
a { background-color: #709CFD; }
a { background-color: rgb(112,156,253); }
div.DivClassName
{
background-color: #709CFD;
}
.BgClassName
{
background-color: #709CFD;
}
</style>
border-color css
<style>
span { border-color: #709CFD; }
span { border-color: rgb(112,156,253); }
td.TdClassName
{
border-color: #709CFD;
}
.TagClassName
{
border-color: #709CFD;
}
</style>