Shades of Medium Blue #2D05CE
Tints of Medium Blue #2D05CE
RGB
CMYK
RGB Variations
Color information
#2D05CE (or 0x2D05CE) is known color: Medium Blue. HEX triplet: 2D, 05 and CE. RGB value is (45,5,206). Sum of RGB (Red+Green+Blue) = 45+5+206=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D05CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D05CE is #D2FA31. Grayscale: #272727. Windows color (decimal): -13826610 or 13501741. OLE color: 13501741.
HSL color Cylindrical-coordinate representation of color #2D05CE: hue angle of 251.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D05CE is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 5 | 206 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.19 |
| HSL | 251.94º | 0.95% | 0.41% | - |
| HSV(B) | 251.94º | 0.98% | 0.81% | - |
| XYZ | 12.28 | 5.12 | 58.73 | - |
| YUV | 39.87 | 221.75 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 206 | 0.78 | 0.98 | 0 | 0.19 | 251.94 | 0.95 | 0.41 |
| Hex | 2D | 5 | CE | 4E | 62 | 0 | 13 | FC | 5F | 29 |
| Octal | 55 | 5 | 316 | 116 | 142 | 0 | 23 | 374 | 137 | 51 |
| Binary | 101101 | 101 | 11001110 | 1001110 | 1100010 | 0 | 10011 | 11111100 | 1011111 | 101001 |
Color Harmonies of #2D05CE
Complementary color
Monochromatic Colors of #2D05CE
Black with #2D05CE
Text Example
Text Example
White with #2D05CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D05CE; }
p { color: rgb(45,5,206); }
H1.HeaderClassName
{
color: #2D05CE;
}
.AnyTagClassName
{
color: #2D05CE;
}
</style>
background-color css
<style>
a { background-color: #2D05CE; }
a { background-color: rgb(45,5,206); }
div.DivClassName
{
background-color: #2D05CE;
}
.BgClassName
{
background-color: #2D05CE;
}
</style>
border-color css
<style>
span { border-color: #2D05CE; }
span { border-color: rgb(45,5,206); }
td.TdClassName
{
border-color: #2D05CE;
}
.TagClassName
{
border-color: #2D05CE;
}
</style>