Shades of Medium Blue #2300B9
Tints of Medium Blue #2300B9
RGB
CMYK
RGB Variations
Color information
#2300B9 (or 0x2300B9) is known color: Medium Blue. HEX triplet: 23, 00 and B9. RGB value is (35,0,185). Sum of RGB (Red+Green+Blue) = 35+0+185=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #2300B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2300B9 is #DCFF46. Grayscale: #1E1E1E. Windows color (decimal): -14483271 or 12124195. OLE color: 12124195.
HSL color Cylindrical-coordinate representation of color #2300B9: hue angle of 251.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2300B9 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 0 | 185 | - |
| CMYK | 0.81 | 1 | 0 | 0.27 |
| HSL | 251.35º | 1% | 0.36% | - |
| HSV(B) | 251.35º | 1% | 0.73% | - |
| XYZ | 9.45 | 3.86 | 46.15 | - |
| YUV | 31.56 | 214.6 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 185 | 0.81 | 1 | 0 | 0.27 | 251.35 | 1 | 0.36 |
| Hex | 23 | 0 | B9 | 51 | 64 | 0 | 1B | FB | 64 | 24 |
| Octal | 43 | 0 | 271 | 121 | 144 | 0 | 33 | 373 | 144 | 44 |
| Binary | 100011 | 0 | 10111001 | 1010001 | 1100100 | 0 | 11011 | 11111011 | 1100100 | 100100 |
Color Harmonies of #2300B9
Complementary color
Monochromatic Colors of #2300B9
Black with #2300B9
Text Example
Text Example
White with #2300B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2300B9; }
p { color: rgb(35,0,185); }
H1.HeaderClassName
{
color: #2300B9;
}
.AnyTagClassName
{
color: #2300B9;
}
</style>
background-color css
<style>
a { background-color: #2300B9; }
a { background-color: rgb(35,0,185); }
div.DivClassName
{
background-color: #2300B9;
}
.BgClassName
{
background-color: #2300B9;
}
</style>
border-color css
<style>
span { border-color: #2300B9; }
span { border-color: rgb(35,0,185); }
td.TdClassName
{
border-color: #2300B9;
}
.TagClassName
{
border-color: #2300B9;
}
</style>