Shades of Blue #0523FC
Tints of Blue #0523FC
RGB
CMYK
RGB Variations
Color information
#0523FC (or 0x0523FC) is known color: Blue. HEX triplet: 05, 23 and FC. RGB value is (5,35,252). Sum of RGB (Red+Green+Blue) = 5+35+252=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 252 (98.83% from 255 or 86.30% from 292); Max value from RGB is 252 - color contains mainly: blue. Hex color #0523FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0523FC is #FADC03. Grayscale: #313131. Windows color (decimal): -16440324 or 16524037. OLE color: 16524037.
HSL color Cylindrical-coordinate representation of color #0523FC: hue angle of 232.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0523FC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 35 | 252 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.01 |
| HSL | 232.71º | 0.98% | 0.5% | - |
| HSV(B) | 232.71º | 0.98% | 0.99% | - |
| XYZ | 18.23 | 8.26 | 92.73 | - |
| YUV | 50.77 | 241.56 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 252 | 0.98 | 0.86 | 0 | 0.01 | 232.71 | 0.98 | 0.5 |
| Hex | 5 | 23 | FC | 62 | 56 | 0 | 1 | E9 | 62 | 32 |
| Octal | 5 | 43 | 374 | 142 | 126 | 0 | 1 | 351 | 142 | 62 |
| Binary | 101 | 100011 | 11111100 | 1100010 | 1010110 | 0 | 1 | 11101001 | 1100010 | 110010 |
Color Harmonies of #0523FC
Complementary color
Monochromatic Colors of #0523FC
Black with #0523FC
Text Example
Text Example
White with #0523FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0523FC; }
p { color: rgb(5,35,252); }
H1.HeaderClassName
{
color: #0523FC;
}
.AnyTagClassName
{
color: #0523FC;
}
</style>
background-color css
<style>
a { background-color: #0523FC; }
a { background-color: rgb(5,35,252); }
div.DivClassName
{
background-color: #0523FC;
}
.BgClassName
{
background-color: #0523FC;
}
</style>
border-color css
<style>
span { border-color: #0523FC; }
span { border-color: rgb(5,35,252); }
td.TdClassName
{
border-color: #0523FC;
}
.TagClassName
{
border-color: #0523FC;
}
</style>