Shades of Medium Blue #231BDF
Tints of Medium Blue #231BDF
RGB
CMYK
RGB Variations
Color information
#231BDF (or 0x231BDF) is known color: Medium Blue. HEX triplet: 23, 1B and DF. RGB value is (35,27,223). Sum of RGB (Red+Green+Blue) = 35+27+223=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #231BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BDF is #DCE420. Grayscale: #323232. Windows color (decimal): -14476321 or 14621475. OLE color: 14621475.
HSL color Cylindrical-coordinate representation of color #231BDF: hue angle of 242.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231BDF is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 27 | 223 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.13 |
| HSL | 242.45º | 0.78% | 0.49% | - |
| HSV(B) | 242.45º | 0.88% | 0.87% | - |
| XYZ | 14.4 | 6.47 | 70.3 | - |
| YUV | 51.74 | 224.65 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 223 | 0.84 | 0.88 | 0 | 0.13 | 242.45 | 0.78 | 0.49 |
| Hex | 23 | 1B | DF | 54 | 58 | 0 | D | F2 | 4E | 31 |
| Octal | 43 | 33 | 337 | 124 | 130 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100011 | 11011 | 11011111 | 1010100 | 1011000 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #231BDF
Complementary color
Monochromatic Colors of #231BDF
Black with #231BDF
Text Example
Text Example
White with #231BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BDF; }
p { color: rgb(35,27,223); }
H1.HeaderClassName
{
color: #231BDF;
}
.AnyTagClassName
{
color: #231BDF;
}
</style>
background-color css
<style>
a { background-color: #231BDF; }
a { background-color: rgb(35,27,223); }
div.DivClassName
{
background-color: #231BDF;
}
.BgClassName
{
background-color: #231BDF;
}
</style>
border-color css
<style>
span { border-color: #231BDF; }
span { border-color: rgb(35,27,223); }
td.TdClassName
{
border-color: #231BDF;
}
.TagClassName
{
border-color: #231BDF;
}
</style>