Shades of Medium Blue #2D09CC
Tints of Medium Blue #2D09CC
RGB
CMYK
RGB Variations
Color information
#2D09CC (or 0x2D09CC) is known color: Medium Blue. HEX triplet: 2D, 09 and CC. RGB value is (45,9,204). Sum of RGB (Red+Green+Blue) = 45+9+204=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D09CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D09CC is #D2F633. Grayscale: #292929. Windows color (decimal): -13825588 or 13371693. OLE color: 13371693.
HSL color Cylindrical-coordinate representation of color #2D09CC: hue angle of 251.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D09CC is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 9 | 204 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.2 |
| HSL | 251.08º | 0.92% | 0.42% | - |
| HSV(B) | 251.08º | 0.96% | 0.8% | - |
| XYZ | 12.08 | 5.11 | 57.48 | - |
| YUV | 41.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 204 | 0.78 | 0.96 | 0 | 0.2 | 251.08 | 0.92 | 0.42 |
| Hex | 2D | 9 | CC | 4E | 60 | 0 | 14 | FB | 5C | 2A |
| Octal | 55 | 11 | 314 | 116 | 140 | 0 | 24 | 373 | 134 | 52 |
| Binary | 101101 | 1001 | 11001100 | 1001110 | 1100000 | 0 | 10100 | 11111011 | 1011100 | 101010 |
Color Harmonies of #2D09CC
Complementary color
Monochromatic Colors of #2D09CC
Black with #2D09CC
Text Example
Text Example
White with #2D09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D09CC; }
p { color: rgb(45,9,204); }
H1.HeaderClassName
{
color: #2D09CC;
}
.AnyTagClassName
{
color: #2D09CC;
}
</style>
background-color css
<style>
a { background-color: #2D09CC; }
a { background-color: rgb(45,9,204); }
div.DivClassName
{
background-color: #2D09CC;
}
.BgClassName
{
background-color: #2D09CC;
}
</style>
border-color css
<style>
span { border-color: #2D09CC; }
span { border-color: rgb(45,9,204); }
td.TdClassName
{
border-color: #2D09CC;
}
.TagClassName
{
border-color: #2D09CC;
}
</style>