Shades of Medium Blue #2203DF
Tints of Medium Blue #2203DF
RGB
CMYK
RGB Variations
Color information
#2203DF (or 0x2203DF) is known color: Medium Blue. HEX triplet: 22, 03 and DF. RGB value is (34,3,223). Sum of RGB (Red+Green+Blue) = 34+3+223=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #2203DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2203DF is #DDFC20. Grayscale: #242424. Windows color (decimal): -14548001 or 14615330. OLE color: 14615330.
HSL color Cylindrical-coordinate representation of color #2203DF: hue angle of 248.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2203DF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 3 | 223 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.13 |
| HSL | 248.45º | 0.97% | 0.44% | - |
| HSV(B) | 248.45º | 0.99% | 0.87% | - |
| XYZ | 14.01 | 5.73 | 70.18 | - |
| YUV | 37.35 | 232.77 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 223 | 0.85 | 0.99 | 0 | 0.13 | 248.45 | 0.97 | 0.44 |
| Hex | 22 | 3 | DF | 55 | 63 | 0 | D | F8 | 61 | 2C |
| Octal | 42 | 3 | 337 | 125 | 143 | 0 | 15 | 370 | 141 | 54 |
| Binary | 100010 | 11 | 11011111 | 1010101 | 1100011 | 0 | 1101 | 11111000 | 1100001 | 101100 |
Color Harmonies of #2203DF
Complementary color
Monochromatic Colors of #2203DF
Black with #2203DF
Text Example
Text Example
White with #2203DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2203DF; }
p { color: rgb(34,3,223); }
H1.HeaderClassName
{
color: #2203DF;
}
.AnyTagClassName
{
color: #2203DF;
}
</style>
background-color css
<style>
a { background-color: #2203DF; }
a { background-color: rgb(34,3,223); }
div.DivClassName
{
background-color: #2203DF;
}
.BgClassName
{
background-color: #2203DF;
}
</style>
border-color css
<style>
span { border-color: #2203DF; }
span { border-color: rgb(34,3,223); }
td.TdClassName
{
border-color: #2203DF;
}
.TagClassName
{
border-color: #2203DF;
}
</style>