Shades of Medium Blue #2300DF
Tints of Medium Blue #2300DF
RGB
CMYK
RGB Variations
Color information
#2300DF (or 0x2300DF) is known color: Medium Blue. HEX triplet: 23, 00 and DF. RGB value is (35,0,223). Sum of RGB (Red+Green+Blue) = 35+0+223=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #2300DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2300DF is #DCFF20. Grayscale: #232323. Windows color (decimal): -14483233 or 14614563. OLE color: 14614563.
HSL color Cylindrical-coordinate representation of color #2300DF: hue angle of 249.42º 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 #2300DF is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 0 | 223 | - |
| CMYK | 0.84 | 1 | 0 | 0.13 |
| HSL | 249.42º | 1% | 0.44% | - |
| HSV(B) | 249.42º | 1% | 0.87% | - |
| XYZ | 14.01 | 5.69 | 70.17 | - |
| YUV | 35.89 | 233.6 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 223 | 0.84 | 1 | 0 | 0.13 | 249.42 | 1 | 0.44 |
| Hex | 23 | 0 | DF | 54 | 64 | 0 | D | F9 | 64 | 2C |
| Octal | 43 | 0 | 337 | 124 | 144 | 0 | 15 | 371 | 144 | 54 |
| Binary | 100011 | 0 | 11011111 | 1010100 | 1100100 | 0 | 1101 | 11111001 | 1100100 | 101100 |
Color Harmonies of #2300DF
Complementary color
Monochromatic Colors of #2300DF
Black with #2300DF
Text Example
Text Example
White with #2300DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2300DF; }
p { color: rgb(35,0,223); }
H1.HeaderClassName
{
color: #2300DF;
}
.AnyTagClassName
{
color: #2300DF;
}
</style>
background-color css
<style>
a { background-color: #2300DF; }
a { background-color: rgb(35,0,223); }
div.DivClassName
{
background-color: #2300DF;
}
.BgClassName
{
background-color: #2300DF;
}
</style>
border-color css
<style>
span { border-color: #2300DF; }
span { border-color: rgb(35,0,223); }
td.TdClassName
{
border-color: #2300DF;
}
.TagClassName
{
border-color: #2300DF;
}
</style>