Shades of Blue #1D04F7
Tints of Blue #1D04F7
RGB
CMYK
RGB Variations
Color information
#1D04F7 (or 0x1D04F7) is known color: Blue. HEX triplet: 1D, 04 and F7. RGB value is (29,4,247). Sum of RGB (Red+Green+Blue) = 29+4+247=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 247 (96.88% from 255 or 88.21% from 280); Max value from RGB is 247 - color contains mainly: blue. Hex color #1D04F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D04F7 is #E2FB08. Grayscale: #262626. Windows color (decimal): -14875401 or 16188445. OLE color: 16188445.
HSL color Cylindrical-coordinate representation of color #1D04F7: hue angle of 246.17º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D04F7 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 4 | 247 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.03 |
| HSL | 246.17º | 0.97% | 0.49% | - |
| HSV(B) | 246.17º | 0.98% | 0.97% | - |
| XYZ | 17.34 | 7.06 | 88.45 | - |
| YUV | 39.18 | 245.28 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 247 | 0.88 | 0.98 | 0 | 0.03 | 246.17 | 0.97 | 0.49 |
| Hex | 1D | 4 | F7 | 58 | 62 | 0 | 3 | F6 | 61 | 31 |
| Octal | 35 | 4 | 367 | 130 | 142 | 0 | 3 | 366 | 141 | 61 |
| Binary | 11101 | 100 | 11110111 | 1011000 | 1100010 | 0 | 11 | 11110110 | 1100001 | 110001 |
Color Harmonies of #1D04F7
Complementary color
Monochromatic Colors of #1D04F7
Black with #1D04F7
Text Example
Text Example
White with #1D04F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D04F7; }
p { color: rgb(29,4,247); }
H1.HeaderClassName
{
color: #1D04F7;
}
.AnyTagClassName
{
color: #1D04F7;
}
</style>
background-color css
<style>
a { background-color: #1D04F7; }
a { background-color: rgb(29,4,247); }
div.DivClassName
{
background-color: #1D04F7;
}
.BgClassName
{
background-color: #1D04F7;
}
</style>
border-color css
<style>
span { border-color: #1D04F7; }
span { border-color: rgb(29,4,247); }
td.TdClassName
{
border-color: #1D04F7;
}
.TagClassName
{
border-color: #1D04F7;
}
</style>