Shades of Blue #1D30FE
Tints of Blue #1D30FE
RGB
CMYK
RGB Variations
Color information
#1D30FE (or 0x1D30FE) is known color: Blue. HEX triplet: 1D, 30 and FE. RGB value is (29,48,254). Sum of RGB (Red+Green+Blue) = 29+48+254=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D30FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D30FE is #E2CF01. Grayscale: #404040. Windows color (decimal): -14864130 or 16658461. OLE color: 16658461.
HSL color Cylindrical-coordinate representation of color #1D30FE: hue angle of 234.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D30FE is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 48 | 254 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.00 |
| HSL | 234.93º | 0.99% | 0.55% | - |
| HSV(B) | 234.93º | 0.89% | 1% | - |
| XYZ | 19.45 | 9.53 | 94.58 | - |
| YUV | 65.8 | 234.21 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 254 | 0.89 | 0.81 | 0 | 0.00 | 234.93 | 0.99 | 0.55 |
| Hex | 1D | 30 | FE | 59 | 51 | 0 | 0 | EB | 63 | 37 |
| Octal | 35 | 60 | 376 | 131 | 121 | 0 | 0 | 353 | 143 | 67 |
| Binary | 11101 | 110000 | 11111110 | 1011001 | 1010001 | 0 | 0 | 11101011 | 1100011 | 110111 |
Color Harmonies of #1D30FE
Complementary color
Monochromatic Colors of #1D30FE
Black with #1D30FE
Text Example
Text Example
White with #1D30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D30FE; }
p { color: rgb(29,48,254); }
H1.HeaderClassName
{
color: #1D30FE;
}
.AnyTagClassName
{
color: #1D30FE;
}
</style>
background-color css
<style>
a { background-color: #1D30FE; }
a { background-color: rgb(29,48,254); }
div.DivClassName
{
background-color: #1D30FE;
}
.BgClassName
{
background-color: #1D30FE;
}
</style>
border-color css
<style>
span { border-color: #1D30FE; }
span { border-color: rgb(29,48,254); }
td.TdClassName
{
border-color: #1D30FE;
}
.TagClassName
{
border-color: #1D30FE;
}
</style>