Shades of Blue #0002F1
Tints of Blue #0002F1
RGB
CMYK
RGB Variations
Color information
#0002F1 (or 0x0002F1) is known color: Blue. HEX triplet: 00, 02 and F1. RGB value is (0,2,241). Sum of RGB (Red+Green+Blue) = 0+2+241=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 241 (94.53% from 255 or 99.18% from 243); Max value from RGB is 241 - color contains mainly: blue. Hex color #0002F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0002F1 is #FFFD0E. Grayscale: #1B1B1B. Windows color (decimal): -16776463 or 15794688. OLE color: 15794688.
HSL color Cylindrical-coordinate representation of color #0002F1: hue angle of 239.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002F1 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 2 | 241 | - |
| CMYK | 1 | 0.99 | 0 | 0.05 |
| HSL | 239.5º | 1% | 0.47% | - |
| HSV(B) | 239.5º | 1% | 0.95% | - |
| XYZ | 15.9 | 6.39 | 83.62 | - |
| YUV | 28.65 | 247.84 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 241 | 1 | 0.99 | 0 | 0.05 | 239.5 | 1 | 0.47 |
| Hex | 0 | 2 | F1 | 64 | 63 | 0 | 5 | F0 | 64 | 2F |
| Octal | 0 | 2 | 361 | 144 | 143 | 0 | 5 | 360 | 144 | 57 |
| Binary | 0 | 10 | 11110001 | 1100100 | 1100011 | 0 | 101 | 11110000 | 1100100 | 101111 |
Color Harmonies of #0002F1
Complementary color
Monochromatic Colors of #0002F1
Black with #0002F1
Text Example
Text Example
White with #0002F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002F1; }
p { color: rgb(0,2,241); }
H1.HeaderClassName
{
color: #0002F1;
}
.AnyTagClassName
{
color: #0002F1;
}
</style>
background-color css
<style>
a { background-color: #0002F1; }
a { background-color: rgb(0,2,241); }
div.DivClassName
{
background-color: #0002F1;
}
.BgClassName
{
background-color: #0002F1;
}
</style>
border-color css
<style>
span { border-color: #0002F1; }
span { border-color: rgb(0,2,241); }
td.TdClassName
{
border-color: #0002F1;
}
.TagClassName
{
border-color: #0002F1;
}
</style>