Shades of Blue #1D02EB
Tints of Blue #1D02EB
RGB
CMYK
RGB Variations
Color information
#1D02EB (or 0x1D02EB) is known color: Blue. HEX triplet: 1D, 02 and EB. RGB value is (29,2,235). Sum of RGB (Red+Green+Blue) = 29+2+235=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D02EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D02EB is #E2FD14. Grayscale: #232323. Windows color (decimal): -14875925 or 15401501. OLE color: 15401501.
HSL color Cylindrical-coordinate representation of color #1D02EB: hue angle of 246.95º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02EB is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 2 | 235 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.08 |
| HSL | 246.95º | 0.98% | 0.46% | - |
| HSV(B) | 246.95º | 0.99% | 0.92% | - |
| XYZ | 15.52 | 6.3 | 79 | - |
| YUV | 36.64 | 239.95 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 235 | 0.88 | 0.99 | 0 | 0.08 | 246.95 | 0.98 | 0.46 |
| Hex | 1D | 2 | EB | 58 | 63 | 0 | 8 | F7 | 62 | 2E |
| Octal | 35 | 2 | 353 | 130 | 143 | 0 | 10 | 367 | 142 | 56 |
| Binary | 11101 | 10 | 11101011 | 1011000 | 1100011 | 0 | 1000 | 11110111 | 1100010 | 101110 |
Color Harmonies of #1D02EB
Complementary color
Monochromatic Colors of #1D02EB
Black with #1D02EB
Text Example
Text Example
White with #1D02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D02EB; }
p { color: rgb(29,2,235); }
H1.HeaderClassName
{
color: #1D02EB;
}
.AnyTagClassName
{
color: #1D02EB;
}
</style>
background-color css
<style>
a { background-color: #1D02EB; }
a { background-color: rgb(29,2,235); }
div.DivClassName
{
background-color: #1D02EB;
}
.BgClassName
{
background-color: #1D02EB;
}
</style>
border-color css
<style>
span { border-color: #1D02EB; }
span { border-color: rgb(29,2,235); }
td.TdClassName
{
border-color: #1D02EB;
}
.TagClassName
{
border-color: #1D02EB;
}
</style>