Shades of Cornflower Blue #5286FF
Tints of Cornflower Blue #5286FF
RGB
CMYK
RGB Variations
Color information
#5286FF (or 0x5286FF) is known color: Cornflower Blue. HEX triplet: 52, 86 and FF. RGB value is (82,134,255). Sum of RGB (Red+Green+Blue) = 82+134+255=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #5286FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5286FF is #AD7900. Grayscale: #838383. Windows color (decimal): -11368705 or 16746066. OLE color: 16746066.
HSL color Cylindrical-coordinate representation of color #5286FF: hue angle of 221.97º 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 #5286FF is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 134 | 255 | - |
| CMYK | 0.68 | 0.47 | 0 | 0 |
| HSL | 221.97º | 1% | 0.66% | - |
| HSV(B) | 221.97º | 0.68% | 1% | - |
| XYZ | 30.05 | 26.06 | 98.05 | - |
| YUV | 132.25 | 197.27 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 255 | 0.68 | 0.47 | 0 | 0 | 221.97 | 1 | 0.66 |
| Hex | 52 | 86 | FF | 44 | 2F | 0 | 0 | DE | 64 | 42 |
| Octal | 122 | 206 | 377 | 104 | 57 | 0 | 0 | 336 | 144 | 102 |
| Binary | 1010010 | 10000110 | 11111111 | 1000100 | 101111 | 0 | 0 | 11011110 | 1100100 | 1000010 |
Color Harmonies of #5286FF
Complementary color
Monochromatic Colors of #5286FF
Black with #5286FF
Text Example
Text Example
White with #5286FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5286FF; }
p { color: rgb(82,134,255); }
H1.HeaderClassName
{
color: #5286FF;
}
.AnyTagClassName
{
color: #5286FF;
}
</style>
background-color css
<style>
a { background-color: #5286FF; }
a { background-color: rgb(82,134,255); }
div.DivClassName
{
background-color: #5286FF;
}
.BgClassName
{
background-color: #5286FF;
}
</style>
border-color css
<style>
span { border-color: #5286FF; }
span { border-color: rgb(82,134,255); }
td.TdClassName
{
border-color: #5286FF;
}
.TagClassName
{
border-color: #5286FF;
}
</style>