Shades of Cornflower Blue #7081DD
Tints of Cornflower Blue #7081DD
RGB
CMYK
RGB Variations
Color information
#7081DD (or 0x7081DD) is known color: Cornflower Blue. HEX triplet: 70, 81 and DD. RGB value is (112,129,221). Sum of RGB (Red+Green+Blue) = 112+129+221=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #7081DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7081DD is #8F7E22. Grayscale: #868686. Windows color (decimal): -9403939 or 14516592. OLE color: 14516592.
HSL color Cylindrical-coordinate representation of color #7081DD: hue angle of 230.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7081DD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 129 | 221 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.13 |
| HSL | 230.64º | 0.62% | 0.65% | - |
| HSV(B) | 230.64º | 0.49% | 0.87% | - |
| XYZ | 27.58 | 24.37 | 71.66 | - |
| YUV | 134.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 221 | 0.49 | 0.42 | 0 | 0.13 | 230.64 | 0.62 | 0.65 |
| Hex | 70 | 81 | DD | 31 | 2A | 0 | D | E7 | 3E | 41 |
| Octal | 160 | 201 | 335 | 61 | 52 | 0 | 15 | 347 | 76 | 101 |
| Binary | 1110000 | 10000001 | 11011101 | 110001 | 101010 | 0 | 1101 | 11100111 | 111110 | 1000001 |
Color Harmonies of #7081DD
Complementary color
Monochromatic Colors of #7081DD
Black with #7081DD
Text Example
Text Example
White with #7081DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7081DD; }
p { color: rgb(112,129,221); }
H1.HeaderClassName
{
color: #7081DD;
}
.AnyTagClassName
{
color: #7081DD;
}
</style>
background-color css
<style>
a { background-color: #7081DD; }
a { background-color: rgb(112,129,221); }
div.DivClassName
{
background-color: #7081DD;
}
.BgClassName
{
background-color: #7081DD;
}
</style>
border-color css
<style>
span { border-color: #7081DD; }
span { border-color: rgb(112,129,221); }
td.TdClassName
{
border-color: #7081DD;
}
.TagClassName
{
border-color: #7081DD;
}
</style>