Shades of Medium Blue #2C04DA
Tints of Medium Blue #2C04DA
RGB
CMYK
RGB Variations
Color information
#2C04DA (or 0x2C04DA) is known color: Medium Blue. HEX triplet: 2C, 04 and DA. RGB value is (44,4,218). Sum of RGB (Red+Green+Blue) = 44+4+218=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #2C04DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C04DA is #D3FB25. Grayscale: #272727. Windows color (decimal): -13892390 or 14287916. OLE color: 14287916.
HSL color Cylindrical-coordinate representation of color #2C04DA: hue angle of 251.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C04DA is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 4 | 218 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.15 |
| HSL | 251.22º | 0.96% | 0.44% | - |
| HSV(B) | 251.22º | 0.98% | 0.85% | - |
| XYZ | 13.74 | 5.68 | 66.7 | - |
| YUV | 40.36 | 228.25 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 218 | 0.80 | 0.98 | 0 | 0.15 | 251.22 | 0.96 | 0.44 |
| Hex | 2C | 4 | DA | 50 | 62 | 0 | F | FB | 60 | 2C |
| Octal | 54 | 4 | 332 | 120 | 142 | 0 | 17 | 373 | 140 | 54 |
| Binary | 101100 | 100 | 11011010 | 1010000 | 1100010 | 0 | 1111 | 11111011 | 1100000 | 101100 |
Color Harmonies of #2C04DA
Complementary color
Monochromatic Colors of #2C04DA
Black with #2C04DA
Text Example
Text Example
White with #2C04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C04DA; }
p { color: rgb(44,4,218); }
H1.HeaderClassName
{
color: #2C04DA;
}
.AnyTagClassName
{
color: #2C04DA;
}
</style>
background-color css
<style>
a { background-color: #2C04DA; }
a { background-color: rgb(44,4,218); }
div.DivClassName
{
background-color: #2C04DA;
}
.BgClassName
{
background-color: #2C04DA;
}
</style>
border-color css
<style>
span { border-color: #2C04DA; }
span { border-color: rgb(44,4,218); }
td.TdClassName
{
border-color: #2C04DA;
}
.TagClassName
{
border-color: #2C04DA;
}
</style>