Shades of Cornflower Blue #7285FA
Tints of Cornflower Blue #7285FA
RGB
CMYK
RGB Variations
Color information
#7285FA (or 0x7285FA) is known color: Cornflower Blue. HEX triplet: 72, 85 and FA. RGB value is (114,133,250). Sum of RGB (Red+Green+Blue) = 114+133+250=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #7285FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7285FA is #8D7A05. Grayscale: #8C8C8C. Windows color (decimal): -9271814 or 16418162. OLE color: 16418162.
HSL color Cylindrical-coordinate representation of color #7285FA: hue angle of 231.62º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7285FA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 133 | 250 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.02 |
| HSL | 231.62º | 0.93% | 0.71% | - |
| HSV(B) | 231.62º | 0.54% | 0.98% | - |
| XYZ | 32.58 | 27.25 | 93.99 | - |
| YUV | 140.66 | 189.71 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 250 | 0.54 | 0.47 | 0 | 0.02 | 231.62 | 0.93 | 0.71 |
| Hex | 72 | 85 | FA | 36 | 2F | 0 | 2 | E8 | 5D | 47 |
| Octal | 162 | 205 | 372 | 66 | 57 | 0 | 2 | 350 | 135 | 107 |
| Binary | 1110010 | 10000101 | 11111010 | 110110 | 101111 | 0 | 10 | 11101000 | 1011101 | 1000111 |
Color Harmonies of #7285FA
Complementary color
Monochromatic Colors of #7285FA
Black with #7285FA
Text Example
Text Example
White with #7285FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7285FA; }
p { color: rgb(114,133,250); }
H1.HeaderClassName
{
color: #7285FA;
}
.AnyTagClassName
{
color: #7285FA;
}
</style>
background-color css
<style>
a { background-color: #7285FA; }
a { background-color: rgb(114,133,250); }
div.DivClassName
{
background-color: #7285FA;
}
.BgClassName
{
background-color: #7285FA;
}
</style>
border-color css
<style>
span { border-color: #7285FA; }
span { border-color: rgb(114,133,250); }
td.TdClassName
{
border-color: #7285FA;
}
.TagClassName
{
border-color: #7285FA;
}
</style>