Shades of Cornflower Blue #7285FF
Tints of Cornflower Blue #7285FF
RGB
CMYK
RGB Variations
Color information
#7285FF (or 0x7285FF) is known color: Cornflower Blue. HEX triplet: 72, 85 and FF. RGB value is (114,133,255). Sum of RGB (Red+Green+Blue) = 114+133+255=502 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.71% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #7285FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7285FF is #8D7A00. Grayscale: #8C8C8C. Windows color (decimal): -9271809 or 16745842. OLE color: 16745842.
HSL color Cylindrical-coordinate representation of color #7285FF: hue angle of 231.91º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7285FF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 133 | 255 | - |
| CMYK | 0.55 | 0.48 | 0 | 0 |
| HSL | 231.91º | 1% | 0.72% | - |
| HSV(B) | 231.91º | 0.55% | 1% | - |
| XYZ | 33.38 | 27.57 | 98.17 | - |
| YUV | 141.23 | 192.21 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 255 | 0.55 | 0.48 | 0 | 0 | 231.91 | 1 | 0.72 |
| Hex | 72 | 85 | FF | 37 | 30 | 0 | 0 | E8 | 64 | 48 |
| Octal | 162 | 205 | 377 | 67 | 60 | 0 | 0 | 350 | 144 | 110 |
| Binary | 1110010 | 10000101 | 11111111 | 110111 | 110000 | 0 | 0 | 11101000 | 1100100 | 1001000 |
Color Harmonies of #7285FF
Complementary color
Monochromatic Colors of #7285FF
Black with #7285FF
Text Example
Text Example
White with #7285FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7285FF; }
p { color: rgb(114,133,255); }
H1.HeaderClassName
{
color: #7285FF;
}
.AnyTagClassName
{
color: #7285FF;
}
</style>
background-color css
<style>
a { background-color: #7285FF; }
a { background-color: rgb(114,133,255); }
div.DivClassName
{
background-color: #7285FF;
}
.BgClassName
{
background-color: #7285FF;
}
</style>
border-color css
<style>
span { border-color: #7285FF; }
span { border-color: rgb(114,133,255); }
td.TdClassName
{
border-color: #7285FF;
}
.TagClassName
{
border-color: #7285FF;
}
</style>