Shades of Cornflower Blue #7083FF
Tints of Cornflower Blue #7083FF
RGB
CMYK
RGB Variations
Color information
#7083FF (or 0x7083FF) is known color: Cornflower Blue. HEX triplet: 70, 83 and FF. RGB value is (112,131,255). Sum of RGB (Red+Green+Blue) = 112+131+255=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #7083FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7083FF is #8F7C00. Grayscale: #8A8A8A. Windows color (decimal): -9403393 or 16745328. OLE color: 16745328.
HSL color Cylindrical-coordinate representation of color #7083FF: hue angle of 232.03º 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 #7083FF is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 131 | 255 | - |
| CMYK | 0.56 | 0.49 | 0 | 0 |
| HSL | 232.03º | 1% | 0.72% | - |
| HSV(B) | 232.03º | 0.56% | 1% | - |
| XYZ | 32.85 | 26.9 | 98.07 | - |
| YUV | 139.46 | 193.21 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 255 | 0.56 | 0.49 | 0 | 0 | 232.03 | 1 | 0.72 |
| Hex | 70 | 83 | FF | 38 | 31 | 0 | 0 | E8 | 64 | 48 |
| Octal | 160 | 203 | 377 | 70 | 61 | 0 | 0 | 350 | 144 | 110 |
| Binary | 1110000 | 10000011 | 11111111 | 111000 | 110001 | 0 | 0 | 11101000 | 1100100 | 1001000 |
Color Harmonies of #7083FF
Complementary color
Monochromatic Colors of #7083FF
Black with #7083FF
Text Example
Text Example
White with #7083FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7083FF; }
p { color: rgb(112,131,255); }
H1.HeaderClassName
{
color: #7083FF;
}
.AnyTagClassName
{
color: #7083FF;
}
</style>
background-color css
<style>
a { background-color: #7083FF; }
a { background-color: rgb(112,131,255); }
div.DivClassName
{
background-color: #7083FF;
}
.BgClassName
{
background-color: #7083FF;
}
</style>
border-color css
<style>
span { border-color: #7083FF; }
span { border-color: rgb(112,131,255); }
td.TdClassName
{
border-color: #7083FF;
}
.TagClassName
{
border-color: #7083FF;
}
</style>