Shades of Medium Blue #0223DB
Tints of Medium Blue #0223DB
RGB
CMYK
RGB Variations
Color information
#0223DB (or 0x0223DB) is known color: Medium Blue. HEX triplet: 02, 23 and DB. RGB value is (2,35,219). Sum of RGB (Red+Green+Blue) = 2+35+219=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #0223DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0223DB is #FDDC24. Grayscale: #2D2D2D. Windows color (decimal): -16636965 or 14361346. OLE color: 14361346.
HSL color Cylindrical-coordinate representation of color #0223DB: hue angle of 230.88º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0223DB is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 35 | 219 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.14 |
| HSL | 230.88º | 0.98% | 0.43% | - |
| HSV(B) | 230.88º | 0.99% | 0.86% | - |
| XYZ | 13.41 | 6.33 | 67.53 | - |
| YUV | 46.11 | 225.57 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 219 | 0.99 | 0.84 | 0 | 0.14 | 230.88 | 0.98 | 0.43 |
| Hex | 2 | 23 | DB | 63 | 54 | 0 | E | E7 | 62 | 2B |
| Octal | 2 | 43 | 333 | 143 | 124 | 0 | 16 | 347 | 142 | 53 |
| Binary | 10 | 100011 | 11011011 | 1100011 | 1010100 | 0 | 1110 | 11100111 | 1100010 | 101011 |
Color Harmonies of #0223DB
Complementary color
Monochromatic Colors of #0223DB
Black with #0223DB
Text Example
Text Example
White with #0223DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0223DB; }
p { color: rgb(2,35,219); }
H1.HeaderClassName
{
color: #0223DB;
}
.AnyTagClassName
{
color: #0223DB;
}
</style>
background-color css
<style>
a { background-color: #0223DB; }
a { background-color: rgb(2,35,219); }
div.DivClassName
{
background-color: #0223DB;
}
.BgClassName
{
background-color: #0223DB;
}
</style>
border-color css
<style>
span { border-color: #0223DB; }
span { border-color: rgb(2,35,219); }
td.TdClassName
{
border-color: #0223DB;
}
.TagClassName
{
border-color: #0223DB;
}
</style>