Shades of Blue #031DED
Tints of Blue #031DED
RGB
CMYK
RGB Variations
Color information
#031DED (or 0x031DED) is known color: Blue. HEX triplet: 03, 1D and ED. RGB value is (3,29,237). Sum of RGB (Red+Green+Blue) = 3+29+237=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 237 (92.97% from 255 or 88.10% from 269); Max value from RGB is 237 - color contains mainly: blue. Hex color #031DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031DED is #FCE212. Grayscale: #2C2C2C. Windows color (decimal): -16572947 or 15539459. OLE color: 15539459.
HSL color Cylindrical-coordinate representation of color #031DED: hue angle of 233.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031DED is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 29 | 237 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.07 |
| HSL | 233.33º | 0.98% | 0.47% | - |
| HSV(B) | 233.33º | 0.99% | 0.93% | - |
| XYZ | 15.76 | 7.01 | 80.64 | - |
| YUV | 44.94 | 236.39 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 237 | 0.99 | 0.88 | 0 | 0.07 | 233.33 | 0.98 | 0.47 |
| Hex | 3 | 1D | ED | 63 | 58 | 0 | 7 | E9 | 62 | 2F |
| Octal | 3 | 35 | 355 | 143 | 130 | 0 | 7 | 351 | 142 | 57 |
| Binary | 11 | 11101 | 11101101 | 1100011 | 1011000 | 0 | 111 | 11101001 | 1100010 | 101111 |
Color Harmonies of #031DED
Complementary color
Monochromatic Colors of #031DED
Black with #031DED
Text Example
Text Example
White with #031DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031DED; }
p { color: rgb(3,29,237); }
H1.HeaderClassName
{
color: #031DED;
}
.AnyTagClassName
{
color: #031DED;
}
</style>
background-color css
<style>
a { background-color: #031DED; }
a { background-color: rgb(3,29,237); }
div.DivClassName
{
background-color: #031DED;
}
.BgClassName
{
background-color: #031DED;
}
</style>
border-color css
<style>
span { border-color: #031DED; }
span { border-color: rgb(3,29,237); }
td.TdClassName
{
border-color: #031DED;
}
.TagClassName
{
border-color: #031DED;
}
</style>