Shades of Medium Blue #0427DD
Tints of Medium Blue #0427DD
RGB
CMYK
RGB Variations
Color information
#0427DD (or 0x0427DD) is known color: Medium Blue. HEX triplet: 04, 27 and DD. RGB value is (4,39,221). Sum of RGB (Red+Green+Blue) = 4+39+221=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 221 (86.72% from 255 or 83.71% from 264); Max value from RGB is 221 - color contains mainly: blue. Hex color #0427DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0427DD is #FBD822. Grayscale: #303030. Windows color (decimal): -16504867 or 14493444. OLE color: 14493444.
HSL color Cylindrical-coordinate representation of color #0427DD: hue angle of 230.32º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0427DD is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 39 | 221 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.13 |
| HSL | 230.32º | 0.96% | 0.44% | - |
| HSV(B) | 230.32º | 0.98% | 0.87% | - |
| XYZ | 13.83 | 6.7 | 68.97 | - |
| YUV | 49.28 | 224.9 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 221 | 0.98 | 0.82 | 0 | 0.13 | 230.32 | 0.96 | 0.44 |
| Hex | 4 | 27 | DD | 62 | 52 | 0 | D | E6 | 60 | 2C |
| Octal | 4 | 47 | 335 | 142 | 122 | 0 | 15 | 346 | 140 | 54 |
| Binary | 100 | 100111 | 11011101 | 1100010 | 1010010 | 0 | 1101 | 11100110 | 1100000 | 101100 |
Color Harmonies of #0427DD
Complementary color
Monochromatic Colors of #0427DD
Black with #0427DD
Text Example
Text Example
White with #0427DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0427DD; }
p { color: rgb(4,39,221); }
H1.HeaderClassName
{
color: #0427DD;
}
.AnyTagClassName
{
color: #0427DD;
}
</style>
background-color css
<style>
a { background-color: #0427DD; }
a { background-color: rgb(4,39,221); }
div.DivClassName
{
background-color: #0427DD;
}
.BgClassName
{
background-color: #0427DD;
}
</style>
border-color css
<style>
span { border-color: #0427DD; }
span { border-color: rgb(4,39,221); }
td.TdClassName
{
border-color: #0427DD;
}
.TagClassName
{
border-color: #0427DD;
}
</style>