Shades of Medium Blue #230DBA
Tints of Medium Blue #230DBA
RGB
CMYK
RGB Variations
Color information
#230DBA (or 0x230DBA) is known color: Medium Blue. HEX triplet: 23, 0D and BA. RGB value is (35,13,186). Sum of RGB (Red+Green+Blue) = 35+13+186=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #230DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #230DBA is #DCF245. Grayscale: #262626. Windows color (decimal): -14479942 or 12193059. OLE color: 12193059.
HSL color Cylindrical-coordinate representation of color #230DBA: hue angle of 247.63º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230DBA is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 13 | 186 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.27 |
| HSL | 247.63º | 0.87% | 0.39% | - |
| HSV(B) | 247.63º | 0.93% | 0.73% | - |
| XYZ | 9.7 | 4.19 | 46.75 | - |
| YUV | 39.3 | 210.79 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 186 | 0.81 | 0.93 | 0 | 0.27 | 247.63 | 0.87 | 0.39 |
| Hex | 23 | D | BA | 51 | 5D | 0 | 1B | F8 | 57 | 27 |
| Octal | 43 | 15 | 272 | 121 | 135 | 0 | 33 | 370 | 127 | 47 |
| Binary | 100011 | 1101 | 10111010 | 1010001 | 1011101 | 0 | 11011 | 11111000 | 1010111 | 100111 |
Color Harmonies of #230DBA
Complementary color
Monochromatic Colors of #230DBA
Black with #230DBA
Text Example
Text Example
White with #230DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230DBA; }
p { color: rgb(35,13,186); }
H1.HeaderClassName
{
color: #230DBA;
}
.AnyTagClassName
{
color: #230DBA;
}
</style>
background-color css
<style>
a { background-color: #230DBA; }
a { background-color: rgb(35,13,186); }
div.DivClassName
{
background-color: #230DBA;
}
.BgClassName
{
background-color: #230DBA;
}
</style>
border-color css
<style>
span { border-color: #230DBA; }
span { border-color: rgb(35,13,186); }
td.TdClassName
{
border-color: #230DBA;
}
.TagClassName
{
border-color: #230DBA;
}
</style>