Shades of Cornflower Blue #5386FF
Tints of Cornflower Blue #5386FF
RGB
CMYK
RGB Variations
Color information
#5386FF (or 0x5386FF) is known color: Cornflower Blue. HEX triplet: 53, 86 and FF. RGB value is (83,134,255). Sum of RGB (Red+Green+Blue) = 83+134+255=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5386FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5386FF is #AC7900. Grayscale: #848484. Windows color (decimal): -11303169 or 16746067. OLE color: 16746067.
HSL color Cylindrical-coordinate representation of color #5386FF: hue angle of 222.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5386FF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 134 | 255 | - |
| CMYK | 0.67 | 0.47 | 0 | 0 |
| HSL | 222.21º | 1% | 0.66% | - |
| HSV(B) | 222.21º | 0.67% | 1% | - |
| XYZ | 30.14 | 26.11 | 98.06 | - |
| YUV | 132.55 | 197.1 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 255 | 0.67 | 0.47 | 0 | 0 | 222.21 | 1 | 0.66 |
| Hex | 53 | 86 | FF | 43 | 2F | 0 | 0 | DE | 64 | 42 |
| Octal | 123 | 206 | 377 | 103 | 57 | 0 | 0 | 336 | 144 | 102 |
| Binary | 1010011 | 10000110 | 11111111 | 1000011 | 101111 | 0 | 0 | 11011110 | 1100100 | 1000010 |
Color Harmonies of #5386FF
Complementary color
Monochromatic Colors of #5386FF
Black with #5386FF
Text Example
Text Example
White with #5386FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5386FF; }
p { color: rgb(83,134,255); }
H1.HeaderClassName
{
color: #5386FF;
}
.AnyTagClassName
{
color: #5386FF;
}
</style>
background-color css
<style>
a { background-color: #5386FF; }
a { background-color: rgb(83,134,255); }
div.DivClassName
{
background-color: #5386FF;
}
.BgClassName
{
background-color: #5386FF;
}
</style>
border-color css
<style>
span { border-color: #5386FF; }
span { border-color: rgb(83,134,255); }
td.TdClassName
{
border-color: #5386FF;
}
.TagClassName
{
border-color: #5386FF;
}
</style>