Shades of Blue #1D1EFC
Tints of Blue #1D1EFC
RGB
CMYK
RGB Variations
Color information
#1D1EFC (or 0x1D1EFC) is known color: Blue. HEX triplet: 1D, 1E and FC. RGB value is (29,30,252). Sum of RGB (Red+Green+Blue) = 29+30+252=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 252 (98.83% from 255 or 81.03% from 311); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D1EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1EFC is #E2E103. Grayscale: #363636. Windows color (decimal): -14868740 or 16522781. OLE color: 16522781.
HSL color Cylindrical-coordinate representation of color #1D1EFC: hue angle of 239.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1EFC is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 30 | 252 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.01 |
| HSL | 239.73º | 0.97% | 0.55% | - |
| HSV(B) | 239.73º | 0.88% | 0.99% | - |
| XYZ | 18.54 | 8.22 | 92.7 | - |
| YUV | 55.01 | 239.17 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 252 | 0.88 | 0.88 | 0 | 0.01 | 239.73 | 0.97 | 0.55 |
| Hex | 1D | 1E | FC | 58 | 58 | 0 | 1 | F0 | 61 | 37 |
| Octal | 35 | 36 | 374 | 130 | 130 | 0 | 1 | 360 | 141 | 67 |
| Binary | 11101 | 11110 | 11111100 | 1011000 | 1011000 | 0 | 1 | 11110000 | 1100001 | 110111 |
Color Harmonies of #1D1EFC
Complementary color
Monochromatic Colors of #1D1EFC
Black with #1D1EFC
Text Example
Text Example
White with #1D1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1EFC; }
p { color: rgb(29,30,252); }
H1.HeaderClassName
{
color: #1D1EFC;
}
.AnyTagClassName
{
color: #1D1EFC;
}
</style>
background-color css
<style>
a { background-color: #1D1EFC; }
a { background-color: rgb(29,30,252); }
div.DivClassName
{
background-color: #1D1EFC;
}
.BgClassName
{
background-color: #1D1EFC;
}
</style>
border-color css
<style>
span { border-color: #1D1EFC; }
span { border-color: rgb(29,30,252); }
td.TdClassName
{
border-color: #1D1EFC;
}
.TagClassName
{
border-color: #1D1EFC;
}
</style>