Shades of Cornflower Blue #7283EF
Tints of Cornflower Blue #7283EF
RGB
CMYK
RGB Variations
Color information
#7283EF (or 0x7283EF) is known color: Cornflower Blue. HEX triplet: 72, 83 and EF. RGB value is (114,131,239). Sum of RGB (Red+Green+Blue) = 114+131+239=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #7283EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7283EF is #8D7C10. Grayscale: #898989. Windows color (decimal): -9272337 or 15696754. OLE color: 15696754.
HSL color Cylindrical-coordinate representation of color #7283EF: hue angle of 231.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7283EF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 131 | 239 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.06 |
| HSL | 231.84º | 0.8% | 0.69% | - |
| HSV(B) | 231.84º | 0.52% | 0.94% | - |
| XYZ | 30.64 | 26.04 | 85.07 | - |
| YUV | 138.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 239 | 0.52 | 0.45 | 0 | 0.06 | 231.84 | 0.8 | 0.69 |
| Hex | 72 | 83 | EF | 34 | 2D | 0 | 6 | E8 | 50 | 45 |
| Octal | 162 | 203 | 357 | 64 | 55 | 0 | 6 | 350 | 120 | 105 |
| Binary | 1110010 | 10000011 | 11101111 | 110100 | 101101 | 0 | 110 | 11101000 | 1010000 | 1000101 |
Color Harmonies of #7283EF
Complementary color
Monochromatic Colors of #7283EF
Black with #7283EF
Text Example
Text Example
White with #7283EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7283EF; }
p { color: rgb(114,131,239); }
H1.HeaderClassName
{
color: #7283EF;
}
.AnyTagClassName
{
color: #7283EF;
}
</style>
background-color css
<style>
a { background-color: #7283EF; }
a { background-color: rgb(114,131,239); }
div.DivClassName
{
background-color: #7283EF;
}
.BgClassName
{
background-color: #7283EF;
}
</style>
border-color css
<style>
span { border-color: #7283EF; }
span { border-color: rgb(114,131,239); }
td.TdClassName
{
border-color: #7283EF;
}
.TagClassName
{
border-color: #7283EF;
}
</style>