Shades of Blue #1D00F1
Tints of Blue #1D00F1
RGB
CMYK
RGB Variations
Color information
#1D00F1 (or 0x1D00F1) is known color: Blue. HEX triplet: 1D, 00 and F1. RGB value is (29,0,241). Sum of RGB (Red+Green+Blue) = 29+0+241=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 241 (94.53% from 255 or 89.26% from 270); Max value from RGB is 241 - color contains mainly: blue. Hex color #1D00F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D00F1 is #E2FF0E. Grayscale: #232323. Windows color (decimal): -14876431 or 15794205. OLE color: 15794205.
HSL color Cylindrical-coordinate representation of color #1D00F1: hue angle of 247.22º 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 #1D00F1 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 0 | 241 | - |
| CMYK | 0.88 | 1 | 0 | 0.05 |
| HSL | 247.22º | 1% | 0.47% | - |
| HSV(B) | 247.22º | 1% | 0.95% | - |
| XYZ | 16.38 | 6.61 | 83.63 | - |
| YUV | 36.15 | 243.61 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 241 | 0.88 | 1 | 0 | 0.05 | 247.22 | 1 | 0.47 |
| Hex | 1D | 0 | F1 | 58 | 64 | 0 | 5 | F7 | 64 | 2F |
| Octal | 35 | 0 | 361 | 130 | 144 | 0 | 5 | 367 | 144 | 57 |
| Binary | 11101 | 0 | 11110001 | 1011000 | 1100100 | 0 | 101 | 11110111 | 1100100 | 101111 |
Color Harmonies of #1D00F1
Complementary color
Monochromatic Colors of #1D00F1
Black with #1D00F1
Text Example
Text Example
White with #1D00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D00F1; }
p { color: rgb(29,0,241); }
H1.HeaderClassName
{
color: #1D00F1;
}
.AnyTagClassName
{
color: #1D00F1;
}
</style>
background-color css
<style>
a { background-color: #1D00F1; }
a { background-color: rgb(29,0,241); }
div.DivClassName
{
background-color: #1D00F1;
}
.BgClassName
{
background-color: #1D00F1;
}
</style>
border-color css
<style>
span { border-color: #1D00F1; }
span { border-color: rgb(29,0,241); }
td.TdClassName
{
border-color: #1D00F1;
}
.TagClassName
{
border-color: #1D00F1;
}
</style>