Shades of Cornflower Blue #7281DF
Tints of Cornflower Blue #7281DF
RGB
CMYK
RGB Variations
Color information
#7281DF (or 0x7281DF) is known color: Cornflower Blue. HEX triplet: 72, 81 and DF. RGB value is (114,129,223). Sum of RGB (Red+Green+Blue) = 114+129+223=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #7281DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281DF is #8D7E20. Grayscale: #868686. Windows color (decimal): -9272865 or 14647666. OLE color: 14647666.
HSL color Cylindrical-coordinate representation of color #7281DF: hue angle of 231.74º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7281DF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 129 | 223 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.13 |
| HSL | 231.74º | 0.63% | 0.66% | - |
| HSV(B) | 231.74º | 0.49% | 0.87% | - |
| XYZ | 28.11 | 24.61 | 73.08 | - |
| YUV | 135.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 223 | 0.49 | 0.42 | 0 | 0.13 | 231.74 | 0.63 | 0.66 |
| Hex | 72 | 81 | DF | 31 | 2A | 0 | D | E8 | 3F | 42 |
| Octal | 162 | 201 | 337 | 61 | 52 | 0 | 15 | 350 | 77 | 102 |
| Binary | 1110010 | 10000001 | 11011111 | 110001 | 101010 | 0 | 1101 | 11101000 | 111111 | 1000010 |
Color Harmonies of #7281DF
Complementary color
Monochromatic Colors of #7281DF
Black with #7281DF
Text Example
Text Example
White with #7281DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7281DF; }
p { color: rgb(114,129,223); }
H1.HeaderClassName
{
color: #7281DF;
}
.AnyTagClassName
{
color: #7281DF;
}
</style>
background-color css
<style>
a { background-color: #7281DF; }
a { background-color: rgb(114,129,223); }
div.DivClassName
{
background-color: #7281DF;
}
.BgClassName
{
background-color: #7281DF;
}
</style>
border-color css
<style>
span { border-color: #7281DF; }
span { border-color: rgb(114,129,223); }
td.TdClassName
{
border-color: #7281DF;
}
.TagClassName
{
border-color: #7281DF;
}
</style>