Shades of Cornflower Blue #708BFC
Tints of Cornflower Blue #708BFC
RGB
CMYK
RGB Variations
Color information
#708BFC (or 0x708BFC) is known color: Cornflower Blue. HEX triplet: 70, 8B and FC. RGB value is (112,139,252). Sum of RGB (Red+Green+Blue) = 112+139+252=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #708BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708BFC is #8F7403. Grayscale: #8F8F8F. Windows color (decimal): -9401348 or 16550768. OLE color: 16550768.
HSL color Cylindrical-coordinate representation of color #708BFC: hue angle of 228.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708BFC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 139 | 252 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.01 |
| HSL | 228.43º | 0.96% | 0.71% | - |
| HSV(B) | 228.43º | 0.56% | 0.99% | - |
| XYZ | 33.49 | 28.94 | 95.92 | - |
| YUV | 143.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 252 | 0.56 | 0.45 | 0 | 0.01 | 228.43 | 0.96 | 0.71 |
| Hex | 70 | 8B | FC | 38 | 2D | 0 | 1 | E4 | 60 | 47 |
| Octal | 160 | 213 | 374 | 70 | 55 | 0 | 1 | 344 | 140 | 107 |
| Binary | 1110000 | 10001011 | 11111100 | 111000 | 101101 | 0 | 1 | 11100100 | 1100000 | 1000111 |
Color Harmonies of #708BFC
Complementary color
Monochromatic Colors of #708BFC
Black with #708BFC
Text Example
Text Example
White with #708BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BFC; }
p { color: rgb(112,139,252); }
H1.HeaderClassName
{
color: #708BFC;
}
.AnyTagClassName
{
color: #708BFC;
}
</style>
background-color css
<style>
a { background-color: #708BFC; }
a { background-color: rgb(112,139,252); }
div.DivClassName
{
background-color: #708BFC;
}
.BgClassName
{
background-color: #708BFC;
}
</style>
border-color css
<style>
span { border-color: #708BFC; }
span { border-color: rgb(112,139,252); }
td.TdClassName
{
border-color: #708BFC;
}
.TagClassName
{
border-color: #708BFC;
}
</style>