Shades of Medium Blue #030CDE
Tints of Medium Blue #030CDE
RGB
CMYK
RGB Variations
Color information
#030CDE (or 0x030CDE) is known color: Medium Blue. HEX triplet: 03, 0C and DE. RGB value is (3,12,222). Sum of RGB (Red+Green+Blue) = 3+12+222=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 222 (87.11% from 255 or 93.67% from 237); Max value from RGB is 222 - color contains mainly: blue. Hex color #030CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CDE is #FCF321. Grayscale: #202020. Windows color (decimal): -16577314 or 14552067. OLE color: 14552067.
HSL color Cylindrical-coordinate representation of color #030CDE: hue angle of 237.53º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030CDE is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 12 | 222 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.13 |
| HSL | 237.53º | 0.97% | 0.44% | - |
| HSV(B) | 237.53º | 0.99% | 0.87% | - |
| XYZ | 13.35 | 5.56 | 69.48 | - |
| YUV | 33.25 | 234.52 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 222 | 0.99 | 0.95 | 0 | 0.13 | 237.53 | 0.97 | 0.44 |
| Hex | 3 | C | DE | 63 | 5F | 0 | D | EE | 61 | 2C |
| Octal | 3 | 14 | 336 | 143 | 137 | 0 | 15 | 356 | 141 | 54 |
| Binary | 11 | 1100 | 11011110 | 1100011 | 1011111 | 0 | 1101 | 11101110 | 1100001 | 101100 |
Color Harmonies of #030CDE
Complementary color
Monochromatic Colors of #030CDE
Black with #030CDE
Text Example
Text Example
White with #030CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CDE; }
p { color: rgb(3,12,222); }
H1.HeaderClassName
{
color: #030CDE;
}
.AnyTagClassName
{
color: #030CDE;
}
</style>
background-color css
<style>
a { background-color: #030CDE; }
a { background-color: rgb(3,12,222); }
div.DivClassName
{
background-color: #030CDE;
}
.BgClassName
{
background-color: #030CDE;
}
</style>
border-color css
<style>
span { border-color: #030CDE; }
span { border-color: rgb(3,12,222); }
td.TdClassName
{
border-color: #030CDE;
}
.TagClassName
{
border-color: #030CDE;
}
</style>