Shades of Blue #0534F2
Tints of Blue #0534F2
RGB
CMYK
RGB Variations
Color information
#0534F2 (or 0x0534F2) is known color: Blue. HEX triplet: 05, 34 and F2. RGB value is (5,52,242). Sum of RGB (Red+Green+Blue) = 5+52+242=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 242 (94.92% from 255 or 80.94% from 299); Max value from RGB is 242 - color contains mainly: blue. Hex color #0534F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0534F2 is #FACB0D. Grayscale: #3A3A3A. Windows color (decimal): -16435982 or 15873029. OLE color: 15873029.
HSL color Cylindrical-coordinate representation of color #0534F2: hue angle of 228.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0534F2 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 52 | 242 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.05 |
| HSL | 228.1º | 0.96% | 0.48% | - |
| HSV(B) | 228.1º | 0.98% | 0.95% | - |
| XYZ | 17.32 | 8.9 | 84.81 | - |
| YUV | 59.61 | 230.93 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 242 | 0.98 | 0.79 | 0 | 0.05 | 228.1 | 0.96 | 0.48 |
| Hex | 5 | 34 | F2 | 62 | 4F | 0 | 5 | E4 | 60 | 30 |
| Octal | 5 | 64 | 362 | 142 | 117 | 0 | 5 | 344 | 140 | 60 |
| Binary | 101 | 110100 | 11110010 | 1100010 | 1001111 | 0 | 101 | 11100100 | 1100000 | 110000 |
Color Harmonies of #0534F2
Complementary color
Monochromatic Colors of #0534F2
Black with #0534F2
Text Example
Text Example
White with #0534F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534F2; }
p { color: rgb(5,52,242); }
H1.HeaderClassName
{
color: #0534F2;
}
.AnyTagClassName
{
color: #0534F2;
}
</style>
background-color css
<style>
a { background-color: #0534F2; }
a { background-color: rgb(5,52,242); }
div.DivClassName
{
background-color: #0534F2;
}
.BgClassName
{
background-color: #0534F2;
}
</style>
border-color css
<style>
span { border-color: #0534F2; }
span { border-color: rgb(5,52,242); }
td.TdClassName
{
border-color: #0534F2;
}
.TagClassName
{
border-color: #0534F2;
}
</style>