Shades of Medium Blue #2301D0
Tints of Medium Blue #2301D0
RGB
CMYK
RGB Variations
Color information
#2301D0 (or 0x2301D0) is known color: Medium Blue. HEX triplet: 23, 01 and D0. RGB value is (35,1,208). Sum of RGB (Red+Green+Blue) = 35+1+208=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 208 (81.64% from 255 or 85.25% from 244); Max value from RGB is 208 - color contains mainly: blue. Hex color #2301D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2301D0 is #DCFE2F. Grayscale: #212121. Windows color (decimal): -14482992 or 13631779. OLE color: 13631779.
HSL color Cylindrical-coordinate representation of color #2301D0: hue angle of 249.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2301D0 is Cyan = 0.83, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 1 | 208 | - |
| CMYK | 0.83 | 1.00 | 0 | 0.18 |
| HSL | 249.86º | 0.99% | 0.41% | - |
| HSV(B) | 249.86º | 1% | 0.82% | - |
| XYZ | 12.09 | 4.93 | 59.99 | - |
| YUV | 34.76 | 225.76 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 208 | 0.83 | 1.00 | 0 | 0.18 | 249.86 | 0.99 | 0.41 |
| Hex | 23 | 1 | D0 | 53 | 64 | 0 | 12 | FA | 63 | 29 |
| Octal | 43 | 1 | 320 | 123 | 144 | 0 | 22 | 372 | 143 | 51 |
| Binary | 100011 | 1 | 11010000 | 1010011 | 1100100 | 0 | 10010 | 11111010 | 1100011 | 101001 |
Color Harmonies of #2301D0
Complementary color
Monochromatic Colors of #2301D0
Black with #2301D0
Text Example
Text Example
White with #2301D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2301D0; }
p { color: rgb(35,1,208); }
H1.HeaderClassName
{
color: #2301D0;
}
.AnyTagClassName
{
color: #2301D0;
}
</style>
background-color css
<style>
a { background-color: #2301D0; }
a { background-color: rgb(35,1,208); }
div.DivClassName
{
background-color: #2301D0;
}
.BgClassName
{
background-color: #2301D0;
}
</style>
border-color css
<style>
span { border-color: #2301D0; }
span { border-color: rgb(35,1,208); }
td.TdClassName
{
border-color: #2301D0;
}
.TagClassName
{
border-color: #2301D0;
}
</style>