Shades of Cornflower Blue #5285FE
Tints of Cornflower Blue #5285FE
RGB
CMYK
RGB Variations
Color information
#5285FE (or 0x5285FE) is known color: Cornflower Blue. HEX triplet: 52, 85 and FE. RGB value is (82,133,254). Sum of RGB (Red+Green+Blue) = 82+133+254=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #5285FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285FE is #AD7A01. Grayscale: #838383. Windows color (decimal): -11368962 or 16680274. OLE color: 16680274.
HSL color Cylindrical-coordinate representation of color #5285FE: hue angle of 222.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5285FE is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 133 | 254 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.00 |
| HSL | 222.21º | 0.99% | 0.66% | - |
| HSV(B) | 222.21º | 0.68% | 1% | - |
| XYZ | 29.76 | 25.72 | 97.16 | - |
| YUV | 131.55 | 197.1 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 254 | 0.68 | 0.48 | 0 | 0.00 | 222.21 | 0.99 | 0.66 |
| Hex | 52 | 85 | FE | 44 | 30 | 0 | 0 | DE | 63 | 42 |
| Octal | 122 | 205 | 376 | 104 | 60 | 0 | 0 | 336 | 143 | 102 |
| Binary | 1010010 | 10000101 | 11111110 | 1000100 | 110000 | 0 | 0 | 11011110 | 1100011 | 1000010 |
Color Harmonies of #5285FE
Complementary color
Monochromatic Colors of #5285FE
Black with #5285FE
Text Example
Text Example
White with #5285FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5285FE; }
p { color: rgb(82,133,254); }
H1.HeaderClassName
{
color: #5285FE;
}
.AnyTagClassName
{
color: #5285FE;
}
</style>
background-color css
<style>
a { background-color: #5285FE; }
a { background-color: rgb(82,133,254); }
div.DivClassName
{
background-color: #5285FE;
}
.BgClassName
{
background-color: #5285FE;
}
</style>
border-color css
<style>
span { border-color: #5285FE; }
span { border-color: rgb(82,133,254); }
td.TdClassName
{
border-color: #5285FE;
}
.TagClassName
{
border-color: #5285FE;
}
</style>