Shades of Blue #0320F1
Tints of Blue #0320F1
RGB
CMYK
RGB Variations
Color information
#0320F1 (or 0x0320F1) is known color: Blue. HEX triplet: 03, 20 and F1. RGB value is (3,32,241). Sum of RGB (Red+Green+Blue) = 3+32+241=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 241 (94.53% from 255 or 87.32% from 276); Max value from RGB is 241 - color contains mainly: blue. Hex color #0320F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0320F1 is #FCDF0E. Grayscale: #2E2E2E. Windows color (decimal): -16572175 or 15802371. OLE color: 15802371.
HSL color Cylindrical-coordinate representation of color #0320F1: hue angle of 232.69º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0320F1 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 32 | 241 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.05 |
| HSL | 232.69º | 0.98% | 0.48% | - |
| HSV(B) | 232.69º | 0.99% | 0.95% | - |
| XYZ | 16.43 | 7.4 | 83.78 | - |
| YUV | 47.16 | 237.39 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 241 | 0.99 | 0.87 | 0 | 0.05 | 232.69 | 0.98 | 0.48 |
| Hex | 3 | 20 | F1 | 63 | 57 | 0 | 5 | E9 | 62 | 30 |
| Octal | 3 | 40 | 361 | 143 | 127 | 0 | 5 | 351 | 142 | 60 |
| Binary | 11 | 100000 | 11110001 | 1100011 | 1010111 | 0 | 101 | 11101001 | 1100010 | 110000 |
Color Harmonies of #0320F1
Complementary color
Monochromatic Colors of #0320F1
Black with #0320F1
Text Example
Text Example
White with #0320F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320F1; }
p { color: rgb(3,32,241); }
H1.HeaderClassName
{
color: #0320F1;
}
.AnyTagClassName
{
color: #0320F1;
}
</style>
background-color css
<style>
a { background-color: #0320F1; }
a { background-color: rgb(3,32,241); }
div.DivClassName
{
background-color: #0320F1;
}
.BgClassName
{
background-color: #0320F1;
}
</style>
border-color css
<style>
span { border-color: #0320F1; }
span { border-color: rgb(3,32,241); }
td.TdClassName
{
border-color: #0320F1;
}
.TagClassName
{
border-color: #0320F1;
}
</style>