Shades of Blue #1829FD
Tints of Blue #1829FD
RGB
CMYK
RGB Variations
Color information
#1829FD (or 0x1829FD) is known color: Blue. HEX triplet: 18, 29 and FD. RGB value is (24,41,253). Sum of RGB (Red+Green+Blue) = 24+41+253=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #1829FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1829FD is #E7D602. Grayscale: #3B3B3B. Windows color (decimal): -15193603 or 16591128. OLE color: 16591128.
HSL color Cylindrical-coordinate representation of color #1829FD: hue angle of 235.55º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1829FD is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 41 | 253 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.01 |
| HSL | 235.55º | 0.98% | 0.54% | - |
| HSV(B) | 235.55º | 0.91% | 0.99% | - |
| XYZ | 18.9 | 8.87 | 93.64 | - |
| YUV | 60.09 | 236.87 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 253 | 0.91 | 0.84 | 0 | 0.01 | 235.55 | 0.98 | 0.54 |
| Hex | 18 | 29 | FD | 5B | 54 | 0 | 1 | EC | 62 | 36 |
| Octal | 30 | 51 | 375 | 133 | 124 | 0 | 1 | 354 | 142 | 66 |
| Binary | 11000 | 101001 | 11111101 | 1011011 | 1010100 | 0 | 1 | 11101100 | 1100010 | 110110 |
Color Harmonies of #1829FD
Complementary color
Monochromatic Colors of #1829FD
Black with #1829FD
Text Example
Text Example
White with #1829FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1829FD; }
p { color: rgb(24,41,253); }
H1.HeaderClassName
{
color: #1829FD;
}
.AnyTagClassName
{
color: #1829FD;
}
</style>
background-color css
<style>
a { background-color: #1829FD; }
a { background-color: rgb(24,41,253); }
div.DivClassName
{
background-color: #1829FD;
}
.BgClassName
{
background-color: #1829FD;
}
</style>
border-color css
<style>
span { border-color: #1829FD; }
span { border-color: rgb(24,41,253); }
td.TdClassName
{
border-color: #1829FD;
}
.TagClassName
{
border-color: #1829FD;
}
</style>