Shades of Medium Blue #1B0CDD
Tints of Medium Blue #1B0CDD
RGB
CMYK
RGB Variations
Color information
#1B0CDD (or 0x1B0CDD) is known color: Medium Blue. HEX triplet: 1B, 0C and DD. RGB value is (27,12,221). Sum of RGB (Red+Green+Blue) = 27+12+221=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 221 (86.72% from 255 or 85% from 260); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B0CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0CDD is #E4F322. Grayscale: #272727. Windows color (decimal): -15004451 or 14486555. OLE color: 14486555.
HSL color Cylindrical-coordinate representation of color #1B0CDD: hue angle of 244.31º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0CDD is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 12 | 221 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.13 |
| HSL | 244.31º | 0.9% | 0.46% | - |
| HSV(B) | 244.31º | 0.95% | 0.87% | - |
| XYZ | 13.63 | 5.72 | 68.79 | - |
| YUV | 40.31 | 229.97 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 221 | 0.88 | 0.95 | 0 | 0.13 | 244.31 | 0.9 | 0.46 |
| Hex | 1B | C | DD | 58 | 5F | 0 | D | F4 | 5A | 2E |
| Octal | 33 | 14 | 335 | 130 | 137 | 0 | 15 | 364 | 132 | 56 |
| Binary | 11011 | 1100 | 11011101 | 1011000 | 1011111 | 0 | 1101 | 11110100 | 1011010 | 101110 |
Color Harmonies of #1B0CDD
Complementary color
Monochromatic Colors of #1B0CDD
Black with #1B0CDD
Text Example
Text Example
White with #1B0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0CDD; }
p { color: rgb(27,12,221); }
H1.HeaderClassName
{
color: #1B0CDD;
}
.AnyTagClassName
{
color: #1B0CDD;
}
</style>
background-color css
<style>
a { background-color: #1B0CDD; }
a { background-color: rgb(27,12,221); }
div.DivClassName
{
background-color: #1B0CDD;
}
.BgClassName
{
background-color: #1B0CDD;
}
</style>
border-color css
<style>
span { border-color: #1B0CDD; }
span { border-color: rgb(27,12,221); }
td.TdClassName
{
border-color: #1B0CDD;
}
.TagClassName
{
border-color: #1B0CDD;
}
</style>