Shades of Medium Blue #2C06DA
Tints of Medium Blue #2C06DA
RGB
CMYK
RGB Variations
Color information
#2C06DA (or 0x2C06DA) is known color: Medium Blue. HEX triplet: 2C, 06 and DA. RGB value is (44,6,218). Sum of RGB (Red+Green+Blue) = 44+6+218=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C06DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C06DA is #D3F925. Grayscale: #282828. Windows color (decimal): -13891878 or 14288428. OLE color: 14288428.
HSL color Cylindrical-coordinate representation of color #2C06DA: hue angle of 250.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C06DA is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 6 | 218 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.15 |
| HSL | 250.75º | 0.95% | 0.44% | - |
| HSV(B) | 250.75º | 0.97% | 0.85% | - |
| XYZ | 13.76 | 5.73 | 66.71 | - |
| YUV | 41.53 | 227.59 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 218 | 0.80 | 0.97 | 0 | 0.15 | 250.75 | 0.95 | 0.44 |
| Hex | 2C | 6 | DA | 50 | 61 | 0 | F | FB | 5F | 2C |
| Octal | 54 | 6 | 332 | 120 | 141 | 0 | 17 | 373 | 137 | 54 |
| Binary | 101100 | 110 | 11011010 | 1010000 | 1100001 | 0 | 1111 | 11111011 | 1011111 | 101100 |
Color Harmonies of #2C06DA
Complementary color
Monochromatic Colors of #2C06DA
Black with #2C06DA
Text Example
Text Example
White with #2C06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C06DA; }
p { color: rgb(44,6,218); }
H1.HeaderClassName
{
color: #2C06DA;
}
.AnyTagClassName
{
color: #2C06DA;
}
</style>
background-color css
<style>
a { background-color: #2C06DA; }
a { background-color: rgb(44,6,218); }
div.DivClassName
{
background-color: #2C06DA;
}
.BgClassName
{
background-color: #2C06DA;
}
</style>
border-color css
<style>
span { border-color: #2C06DA; }
span { border-color: rgb(44,6,218); }
td.TdClassName
{
border-color: #2C06DA;
}
.TagClassName
{
border-color: #2C06DA;
}
</style>