Shades of Medium Blue #2303DC
Tints of Medium Blue #2303DC
RGB
CMYK
RGB Variations
Color information
#2303DC (or 0x2303DC) is known color: Medium Blue. HEX triplet: 23, 03 and DC. RGB value is (35,3,220). Sum of RGB (Red+Green+Blue) = 35+3+220=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #2303DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303DC is #DCFC23. Grayscale: #242424. Windows color (decimal): -14482468 or 14418723. OLE color: 14418723.
HSL color Cylindrical-coordinate representation of color #2303DC: hue angle of 248.85º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2303DC is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 3 | 220 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.14 |
| HSL | 248.85º | 0.97% | 0.44% | - |
| HSV(B) | 248.85º | 0.99% | 0.86% | - |
| XYZ | 13.64 | 5.59 | 68.07 | - |
| YUV | 37.31 | 231.1 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 220 | 0.84 | 0.99 | 0 | 0.14 | 248.85 | 0.97 | 0.44 |
| Hex | 23 | 3 | DC | 54 | 63 | 0 | E | F9 | 61 | 2C |
| Octal | 43 | 3 | 334 | 124 | 143 | 0 | 16 | 371 | 141 | 54 |
| Binary | 100011 | 11 | 11011100 | 1010100 | 1100011 | 0 | 1110 | 11111001 | 1100001 | 101100 |
Color Harmonies of #2303DC
Complementary color
Monochromatic Colors of #2303DC
Black with #2303DC
Text Example
Text Example
White with #2303DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303DC; }
p { color: rgb(35,3,220); }
H1.HeaderClassName
{
color: #2303DC;
}
.AnyTagClassName
{
color: #2303DC;
}
</style>
background-color css
<style>
a { background-color: #2303DC; }
a { background-color: rgb(35,3,220); }
div.DivClassName
{
background-color: #2303DC;
}
.BgClassName
{
background-color: #2303DC;
}
</style>
border-color css
<style>
span { border-color: #2303DC; }
span { border-color: rgb(35,3,220); }
td.TdClassName
{
border-color: #2303DC;
}
.TagClassName
{
border-color: #2303DC;
}
</style>