Shades of Blue #0523F5
Tints of Blue #0523F5
RGB
CMYK
RGB Variations
Color information
#0523F5 (or 0x0523F5) is known color: Blue. HEX triplet: 05, 23 and F5. RGB value is (5,35,245). Sum of RGB (Red+Green+Blue) = 5+35+245=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 245 (96.09% from 255 or 85.96% from 285); Max value from RGB is 245 - color contains mainly: blue. Hex color #0523F5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0523F5 is #FADC0A. Grayscale: #313131. Windows color (decimal): -16440331 or 16065285. OLE color: 16065285.
HSL color Cylindrical-coordinate representation of color #0523F5: hue angle of 232.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0523F5 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 35 | 245 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.04 |
| HSL | 232.5º | 0.96% | 0.49% | - |
| HSV(B) | 232.5º | 0.98% | 0.96% | - |
| XYZ | 17.15 | 7.83 | 86.99 | - |
| YUV | 49.97 | 238.06 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 245 | 0.98 | 0.86 | 0 | 0.04 | 232.5 | 0.96 | 0.49 |
| Hex | 5 | 23 | F5 | 62 | 56 | 0 | 4 | E8 | 60 | 31 |
| Octal | 5 | 43 | 365 | 142 | 126 | 0 | 4 | 350 | 140 | 61 |
| Binary | 101 | 100011 | 11110101 | 1100010 | 1010110 | 0 | 100 | 11101000 | 1100000 | 110001 |
Color Harmonies of #0523F5
Complementary color
Monochromatic Colors of #0523F5
Black with #0523F5
Text Example
Text Example
White with #0523F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0523F5; }
p { color: rgb(5,35,245); }
H1.HeaderClassName
{
color: #0523F5;
}
.AnyTagClassName
{
color: #0523F5;
}
</style>
background-color css
<style>
a { background-color: #0523F5; }
a { background-color: rgb(5,35,245); }
div.DivClassName
{
background-color: #0523F5;
}
.BgClassName
{
background-color: #0523F5;
}
</style>
border-color css
<style>
span { border-color: #0523F5; }
span { border-color: rgb(5,35,245); }
td.TdClassName
{
border-color: #0523F5;
}
.TagClassName
{
border-color: #0523F5;
}
</style>