Shades of Medium Blue #2805D2
Tints of Medium Blue #2805D2
RGB
CMYK
RGB Variations
Color information
#2805D2 (or 0x2805D2) is known color: Medium Blue. HEX triplet: 28, 05 and D2. RGB value is (40,5,210). Sum of RGB (Red+Green+Blue) = 40+5+210=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 210 (82.42% from 255 or 82.35% from 255); Max value from RGB is 210 - color contains mainly: blue. Hex color #2805D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2805D2 is #D7FA2D. Grayscale: #262626. Windows color (decimal): -14154286 or 13763880. OLE color: 13763880.
HSL color Cylindrical-coordinate representation of color #2805D2: hue angle of 250.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2805D2 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 5 | 210 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.18 |
| HSL | 250.24º | 0.95% | 0.42% | - |
| HSV(B) | 250.24º | 0.98% | 0.82% | - |
| XYZ | 12.56 | 5.21 | 61.32 | - |
| YUV | 38.84 | 224.6 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 210 | 0.81 | 0.98 | 0 | 0.18 | 250.24 | 0.95 | 0.42 |
| Hex | 28 | 5 | D2 | 51 | 62 | 0 | 12 | FA | 5F | 2A |
| Octal | 50 | 5 | 322 | 121 | 142 | 0 | 22 | 372 | 137 | 52 |
| Binary | 101000 | 101 | 11010010 | 1010001 | 1100010 | 0 | 10010 | 11111010 | 1011111 | 101010 |
Color Harmonies of #2805D2
Complementary color
Monochromatic Colors of #2805D2
Black with #2805D2
Text Example
Text Example
White with #2805D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2805D2; }
p { color: rgb(40,5,210); }
H1.HeaderClassName
{
color: #2805D2;
}
.AnyTagClassName
{
color: #2805D2;
}
</style>
background-color css
<style>
a { background-color: #2805D2; }
a { background-color: rgb(40,5,210); }
div.DivClassName
{
background-color: #2805D2;
}
.BgClassName
{
background-color: #2805D2;
}
</style>
border-color css
<style>
span { border-color: #2805D2; }
span { border-color: rgb(40,5,210); }
td.TdClassName
{
border-color: #2805D2;
}
.TagClassName
{
border-color: #2805D2;
}
</style>