Shades of Medium Blue #231ADF
Tints of Medium Blue #231ADF
RGB
CMYK
RGB Variations
Color information
#231ADF (or 0x231ADF) is known color: Medium Blue. HEX triplet: 23, 1A and DF. RGB value is (35,26,223). Sum of RGB (Red+Green+Blue) = 35+26+223=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #231ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ADF is #DCE520. Grayscale: #323232. Windows color (decimal): -14476577 or 14621219. OLE color: 14621219.
HSL color Cylindrical-coordinate representation of color #231ADF: hue angle of 242.74º degrees, saturation: 0.79, 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 #231ADF is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 26 | 223 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.13 |
| HSL | 242.74º | 0.79% | 0.49% | - |
| HSV(B) | 242.74º | 0.88% | 0.87% | - |
| XYZ | 14.38 | 6.42 | 70.29 | - |
| YUV | 51.15 | 224.98 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 223 | 0.84 | 0.88 | 0 | 0.13 | 242.74 | 0.79 | 0.49 |
| Hex | 23 | 1A | DF | 54 | 58 | 0 | D | F3 | 4F | 31 |
| Octal | 43 | 32 | 337 | 124 | 130 | 0 | 15 | 363 | 117 | 61 |
| Binary | 100011 | 11010 | 11011111 | 1010100 | 1011000 | 0 | 1101 | 11110011 | 1001111 | 110001 |
Color Harmonies of #231ADF
Complementary color
Monochromatic Colors of #231ADF
Black with #231ADF
Text Example
Text Example
White with #231ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231ADF; }
p { color: rgb(35,26,223); }
H1.HeaderClassName
{
color: #231ADF;
}
.AnyTagClassName
{
color: #231ADF;
}
</style>
background-color css
<style>
a { background-color: #231ADF; }
a { background-color: rgb(35,26,223); }
div.DivClassName
{
background-color: #231ADF;
}
.BgClassName
{
background-color: #231ADF;
}
</style>
border-color css
<style>
span { border-color: #231ADF; }
span { border-color: rgb(35,26,223); }
td.TdClassName
{
border-color: #231ADF;
}
.TagClassName
{
border-color: #231ADF;
}
</style>