Shades of Blue #231DED
Tints of Blue #231DED
RGB
CMYK
RGB Variations
Color information
#231DED (or 0x231DED) is known color: Blue. HEX triplet: 23, 1D and ED. RGB value is (35,29,237). Sum of RGB (Red+Green+Blue) = 35+29+237=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #231DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231DED is #DCE212. Grayscale: #353535. Windows color (decimal): -14475795 or 15539491. OLE color: 15539491.
HSL color Cylindrical-coordinate representation of color #231DED: hue angle of 241.73º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231DED is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 29 | 237 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.07 |
| HSL | 241.73º | 0.85% | 0.52% | - |
| HSV(B) | 241.73º | 0.88% | 0.93% | - |
| XYZ | 16.42 | 7.35 | 80.67 | - |
| YUV | 54.51 | 230.99 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 237 | 0.85 | 0.88 | 0 | 0.07 | 241.73 | 0.85 | 0.52 |
| Hex | 23 | 1D | ED | 55 | 58 | 0 | 7 | F2 | 55 | 34 |
| Octal | 43 | 35 | 355 | 125 | 130 | 0 | 7 | 362 | 125 | 64 |
| Binary | 100011 | 11101 | 11101101 | 1010101 | 1011000 | 0 | 111 | 11110010 | 1010101 | 110100 |
Color Harmonies of #231DED
Complementary color
Monochromatic Colors of #231DED
Black with #231DED
Text Example
Text Example
White with #231DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231DED; }
p { color: rgb(35,29,237); }
H1.HeaderClassName
{
color: #231DED;
}
.AnyTagClassName
{
color: #231DED;
}
</style>
background-color css
<style>
a { background-color: #231DED; }
a { background-color: rgb(35,29,237); }
div.DivClassName
{
background-color: #231DED;
}
.BgClassName
{
background-color: #231DED;
}
</style>
border-color css
<style>
span { border-color: #231DED; }
span { border-color: rgb(35,29,237); }
td.TdClassName
{
border-color: #231DED;
}
.TagClassName
{
border-color: #231DED;
}
</style>