Shades of Medium Blue #2301DF
Tints of Medium Blue #2301DF
RGB
CMYK
RGB Variations
Color information
#2301DF (or 0x2301DF) is known color: Medium Blue. HEX triplet: 23, 01 and DF. RGB value is (35,1,223). Sum of RGB (Red+Green+Blue) = 35+1+223=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #2301DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2301DF is #DCFE20. Grayscale: #232323. Windows color (decimal): -14482977 or 14614819. OLE color: 14614819.
HSL color Cylindrical-coordinate representation of color #2301DF: hue angle of 249.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2301DF is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 1 | 223 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.13 |
| HSL | 249.19º | 0.99% | 0.44% | - |
| HSV(B) | 249.19º | 1% | 0.87% | - |
| XYZ | 14.02 | 5.71 | 70.17 | - |
| YUV | 36.47 | 233.26 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 223 | 0.84 | 1.00 | 0 | 0.13 | 249.19 | 0.99 | 0.44 |
| Hex | 23 | 1 | DF | 54 | 64 | 0 | D | F9 | 63 | 2C |
| Octal | 43 | 1 | 337 | 124 | 144 | 0 | 15 | 371 | 143 | 54 |
| Binary | 100011 | 1 | 11011111 | 1010100 | 1100100 | 0 | 1101 | 11111001 | 1100011 | 101100 |
Color Harmonies of #2301DF
Complementary color
Monochromatic Colors of #2301DF
Black with #2301DF
Text Example
Text Example
White with #2301DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2301DF; }
p { color: rgb(35,1,223); }
H1.HeaderClassName
{
color: #2301DF;
}
.AnyTagClassName
{
color: #2301DF;
}
</style>
background-color css
<style>
a { background-color: #2301DF; }
a { background-color: rgb(35,1,223); }
div.DivClassName
{
background-color: #2301DF;
}
.BgClassName
{
background-color: #2301DF;
}
</style>
border-color css
<style>
span { border-color: #2301DF; }
span { border-color: rgb(35,1,223); }
td.TdClassName
{
border-color: #2301DF;
}
.TagClassName
{
border-color: #2301DF;
}
</style>