Shades of Medium Blue #2300DE
Tints of Medium Blue #2300DE
RGB
CMYK
RGB Variations
Color information
#2300DE (or 0x2300DE) is known color: Medium Blue. HEX triplet: 23, 00 and DE. RGB value is (35,0,222). Sum of RGB (Red+Green+Blue) = 35+0+222=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 222 (87.11% from 255 or 86.38% from 257); Max value from RGB is 222 - color contains mainly: blue. Hex color #2300DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2300DE is #DCFF21. Grayscale: #222222. Windows color (decimal): -14483234 or 14549027. OLE color: 14549027.
HSL color Cylindrical-coordinate representation of color #2300DE: hue angle of 249.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2300DE is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 0 | 222 | - |
| CMYK | 0.84 | 1 | 0 | 0.13 |
| HSL | 249.46º | 1% | 0.44% | - |
| HSV(B) | 249.46º | 1% | 0.87% | - |
| XYZ | 13.88 | 5.63 | 69.46 | - |
| YUV | 35.77 | 233.1 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 222 | 0.84 | 1 | 0 | 0.13 | 249.46 | 1 | 0.44 |
| Hex | 23 | 0 | DE | 54 | 64 | 0 | D | F9 | 64 | 2C |
| Octal | 43 | 0 | 336 | 124 | 144 | 0 | 15 | 371 | 144 | 54 |
| Binary | 100011 | 0 | 11011110 | 1010100 | 1100100 | 0 | 1101 | 11111001 | 1100100 | 101100 |
Color Harmonies of #2300DE
Complementary color
Monochromatic Colors of #2300DE
Black with #2300DE
Text Example
Text Example
White with #2300DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2300DE; }
p { color: rgb(35,0,222); }
H1.HeaderClassName
{
color: #2300DE;
}
.AnyTagClassName
{
color: #2300DE;
}
</style>
background-color css
<style>
a { background-color: #2300DE; }
a { background-color: rgb(35,0,222); }
div.DivClassName
{
background-color: #2300DE;
}
.BgClassName
{
background-color: #2300DE;
}
</style>
border-color css
<style>
span { border-color: #2300DE; }
span { border-color: rgb(35,0,222); }
td.TdClassName
{
border-color: #2300DE;
}
.TagClassName
{
border-color: #2300DE;
}
</style>