Shades of Medium Blue #2D09DA
Tints of Medium Blue #2D09DA
RGB
CMYK
RGB Variations
Color information
#2D09DA (or 0x2D09DA) is known color: Medium Blue. HEX triplet: 2D, 09 and DA. RGB value is (45,9,218). Sum of RGB (Red+Green+Blue) = 45+9+218=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D09DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D09DA is #D2F625. Grayscale: #2A2A2A. Windows color (decimal): -13825574 or 14289197. OLE color: 14289197.
HSL color Cylindrical-coordinate representation of color #2D09DA: hue angle of 250.33º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D09DA is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 9 | 218 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.15 |
| HSL | 250.33º | 0.92% | 0.45% | - |
| HSV(B) | 250.33º | 0.96% | 0.85% | - |
| XYZ | 13.83 | 5.82 | 66.72 | - |
| YUV | 43.59 | 226.43 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 218 | 0.79 | 0.96 | 0 | 0.15 | 250.33 | 0.92 | 0.45 |
| Hex | 2D | 9 | DA | 4F | 60 | 0 | F | FA | 5C | 2D |
| Octal | 55 | 11 | 332 | 117 | 140 | 0 | 17 | 372 | 134 | 55 |
| Binary | 101101 | 1001 | 11011010 | 1001111 | 1100000 | 0 | 1111 | 11111010 | 1011100 | 101101 |
Color Harmonies of #2D09DA
Complementary color
Monochromatic Colors of #2D09DA
Black with #2D09DA
Text Example
Text Example
White with #2D09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D09DA; }
p { color: rgb(45,9,218); }
H1.HeaderClassName
{
color: #2D09DA;
}
.AnyTagClassName
{
color: #2D09DA;
}
</style>
background-color css
<style>
a { background-color: #2D09DA; }
a { background-color: rgb(45,9,218); }
div.DivClassName
{
background-color: #2D09DA;
}
.BgClassName
{
background-color: #2D09DA;
}
</style>
border-color css
<style>
span { border-color: #2D09DA; }
span { border-color: rgb(45,9,218); }
td.TdClassName
{
border-color: #2D09DA;
}
.TagClassName
{
border-color: #2D09DA;
}
</style>