Shades of Cornflower Blue #5285EA
Tints of Cornflower Blue #5285EA
RGB
CMYK
RGB Variations
Color information
#5285EA (or 0x5285EA) is known color: Cornflower Blue. HEX triplet: 52, 85 and EA. RGB value is (82,133,234). Sum of RGB (Red+Green+Blue) = 82+133+234=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #5285EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285EA is #AD7A15. Grayscale: #808080. Windows color (decimal): -11368982 or 15369554. OLE color: 15369554.
HSL color Cylindrical-coordinate representation of color #5285EA: hue angle of 219.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5285EA is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 133 | 234 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.08 |
| HSL | 219.87º | 0.78% | 0.62% | - |
| HSV(B) | 219.87º | 0.65% | 0.92% | - |
| XYZ | 26.72 | 24.51 | 81.16 | - |
| YUV | 129.27 | 187.1 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 234 | 0.65 | 0.43 | 0 | 0.08 | 219.87 | 0.78 | 0.62 |
| Hex | 52 | 85 | EA | 41 | 2B | 0 | 8 | DC | 4E | 3E |
| Octal | 122 | 205 | 352 | 101 | 53 | 0 | 10 | 334 | 116 | 76 |
| Binary | 1010010 | 10000101 | 11101010 | 1000001 | 101011 | 0 | 1000 | 11011100 | 1001110 | 111110 |
Color Harmonies of #5285EA
Complementary color
Monochromatic Colors of #5285EA
Black with #5285EA
Text Example
Text Example
White with #5285EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5285EA; }
p { color: rgb(82,133,234); }
H1.HeaderClassName
{
color: #5285EA;
}
.AnyTagClassName
{
color: #5285EA;
}
</style>
background-color css
<style>
a { background-color: #5285EA; }
a { background-color: rgb(82,133,234); }
div.DivClassName
{
background-color: #5285EA;
}
.BgClassName
{
background-color: #5285EA;
}
</style>
border-color css
<style>
span { border-color: #5285EA; }
span { border-color: rgb(82,133,234); }
td.TdClassName
{
border-color: #5285EA;
}
.TagClassName
{
border-color: #5285EA;
}
</style>