Shades of Cornflower Blue #5285FF
Tints of Cornflower Blue #5285FF
RGB
CMYK
RGB Variations
Color information
#5285FF (or 0x5285FF) is known color: Cornflower Blue. HEX triplet: 52, 85 and FF. RGB value is (82,133,255). Sum of RGB (Red+Green+Blue) = 82+133+255=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #5285FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5285FF is #AD7A00. Grayscale: #838383. Windows color (decimal): -11368961 or 16745810. OLE color: 16745810.
HSL color Cylindrical-coordinate representation of color #5285FF: hue angle of 222.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5285FF is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 133 | 255 | - |
| CMYK | 0.68 | 0.48 | 0 | 0 |
| HSL | 222.31º | 1% | 0.66% | - |
| HSV(B) | 222.31º | 0.68% | 1% | - |
| XYZ | 29.92 | 25.79 | 98.01 | - |
| YUV | 131.66 | 197.6 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 255 | 0.68 | 0.48 | 0 | 0 | 222.31 | 1 | 0.66 |
| Hex | 52 | 85 | FF | 44 | 30 | 0 | 0 | DE | 64 | 42 |
| Octal | 122 | 205 | 377 | 104 | 60 | 0 | 0 | 336 | 144 | 102 |
| Binary | 1010010 | 10000101 | 11111111 | 1000100 | 110000 | 0 | 0 | 11011110 | 1100100 | 1000010 |
Color Harmonies of #5285FF
Complementary color
Monochromatic Colors of #5285FF
Black with #5285FF
Text Example
Text Example
White with #5285FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5285FF; }
p { color: rgb(82,133,255); }
H1.HeaderClassName
{
color: #5285FF;
}
.AnyTagClassName
{
color: #5285FF;
}
</style>
background-color css
<style>
a { background-color: #5285FF; }
a { background-color: rgb(82,133,255); }
div.DivClassName
{
background-color: #5285FF;
}
.BgClassName
{
background-color: #5285FF;
}
</style>
border-color css
<style>
span { border-color: #5285FF; }
span { border-color: rgb(82,133,255); }
td.TdClassName
{
border-color: #5285FF;
}
.TagClassName
{
border-color: #5285FF;
}
</style>