Shades of Medium Blue #231DDF
Tints of Medium Blue #231DDF
RGB
CMYK
RGB Variations
Color information
#231DDF (or 0x231DDF) is known color: Medium Blue. HEX triplet: 23, 1D and DF. RGB value is (35,29,223). Sum of RGB (Red+Green+Blue) = 35+29+223=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #231DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DDF is #DCE220. Grayscale: #343434. Windows color (decimal): -14475809 or 14621987. OLE color: 14621987.
HSL color Cylindrical-coordinate representation of color #231DDF: hue angle of 241.86º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231DDF is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 29 | 223 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.13 |
| HSL | 241.86º | 0.77% | 0.49% | - |
| HSV(B) | 241.86º | 0.87% | 0.87% | - |
| XYZ | 14.45 | 6.56 | 70.32 | - |
| YUV | 52.91 | 223.99 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 223 | 0.84 | 0.87 | 0 | 0.13 | 241.86 | 0.77 | 0.49 |
| Hex | 23 | 1D | DF | 54 | 57 | 0 | D | F2 | 4D | 31 |
| Octal | 43 | 35 | 337 | 124 | 127 | 0 | 15 | 362 | 115 | 61 |
| Binary | 100011 | 11101 | 11011111 | 1010100 | 1010111 | 0 | 1101 | 11110010 | 1001101 | 110001 |
Color Harmonies of #231DDF
Complementary color
Monochromatic Colors of #231DDF
Black with #231DDF
Text Example
Text Example
White with #231DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231DDF; }
p { color: rgb(35,29,223); }
H1.HeaderClassName
{
color: #231DDF;
}
.AnyTagClassName
{
color: #231DDF;
}
</style>
background-color css
<style>
a { background-color: #231DDF; }
a { background-color: rgb(35,29,223); }
div.DivClassName
{
background-color: #231DDF;
}
.BgClassName
{
background-color: #231DDF;
}
</style>
border-color css
<style>
span { border-color: #231DDF; }
span { border-color: rgb(35,29,223); }
td.TdClassName
{
border-color: #231DDF;
}
.TagClassName
{
border-color: #231DDF;
}
</style>