Shades of Medium Blue #2D09CE
Tints of Medium Blue #2D09CE
RGB
CMYK
RGB Variations
Color information
#2D09CE (or 0x2D09CE) is known color: Medium Blue. HEX triplet: 2D, 09 and CE. RGB value is (45,9,206). Sum of RGB (Red+Green+Blue) = 45+9+206=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D09CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D09CE is #D2F631. Grayscale: #292929. Windows color (decimal): -13825586 or 13502765. OLE color: 13502765.
HSL color Cylindrical-coordinate representation of color #2D09CE: hue angle of 250.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D09CE is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 9 | 206 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.19 |
| HSL | 250.96º | 0.92% | 0.42% | - |
| HSV(B) | 250.96º | 0.96% | 0.81% | - |
| XYZ | 12.32 | 5.21 | 58.75 | - |
| YUV | 42.22 | 220.43 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 206 | 0.78 | 0.96 | 0 | 0.19 | 250.96 | 0.92 | 0.42 |
| Hex | 2D | 9 | CE | 4E | 60 | 0 | 13 | FB | 5C | 2A |
| Octal | 55 | 11 | 316 | 116 | 140 | 0 | 23 | 373 | 134 | 52 |
| Binary | 101101 | 1001 | 11001110 | 1001110 | 1100000 | 0 | 10011 | 11111011 | 1011100 | 101010 |
Color Harmonies of #2D09CE
Complementary color
Monochromatic Colors of #2D09CE
Black with #2D09CE
Text Example
Text Example
White with #2D09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D09CE; }
p { color: rgb(45,9,206); }
H1.HeaderClassName
{
color: #2D09CE;
}
.AnyTagClassName
{
color: #2D09CE;
}
</style>
background-color css
<style>
a { background-color: #2D09CE; }
a { background-color: rgb(45,9,206); }
div.DivClassName
{
background-color: #2D09CE;
}
.BgClassName
{
background-color: #2D09CE;
}
</style>
border-color css
<style>
span { border-color: #2D09CE; }
span { border-color: rgb(45,9,206); }
td.TdClassName
{
border-color: #2D09CE;
}
.TagClassName
{
border-color: #2D09CE;
}
</style>