Shades of Medium Blue #141ACC
Tints of Medium Blue #141ACC
RGB
CMYK
RGB Variations
Color information
#141ACC (or 0x141ACC) is known color: Medium Blue. HEX triplet: 14, 1A and CC. RGB value is (20,26,204). Sum of RGB (Red+Green+Blue) = 20+26+204=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #141ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ACC is #EBE533. Grayscale: #2B2B2B. Windows color (decimal): -15459636 or 13376020. OLE color: 13376020.
HSL color Cylindrical-coordinate representation of color #141ACC: hue angle of 238.04º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ACC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 26 | 204 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.2 |
| HSL | 238.04º | 0.82% | 0.44% | - |
| HSV(B) | 238.04º | 0.9% | 0.8% | - |
| XYZ | 11.56 | 5.25 | 57.53 | - |
| YUV | 44.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 204 | 0.90 | 0.87 | 0 | 0.2 | 238.04 | 0.82 | 0.44 |
| Hex | 14 | 1A | CC | 5A | 57 | 0 | 14 | EE | 52 | 2C |
| Octal | 24 | 32 | 314 | 132 | 127 | 0 | 24 | 356 | 122 | 54 |
| Binary | 10100 | 11010 | 11001100 | 1011010 | 1010111 | 0 | 10100 | 11101110 | 1010010 | 101100 |
Color Harmonies of #141ACC
Complementary color
Monochromatic Colors of #141ACC
Black with #141ACC
Text Example
Text Example
White with #141ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ACC; }
p { color: rgb(20,26,204); }
H1.HeaderClassName
{
color: #141ACC;
}
.AnyTagClassName
{
color: #141ACC;
}
</style>
background-color css
<style>
a { background-color: #141ACC; }
a { background-color: rgb(20,26,204); }
div.DivClassName
{
background-color: #141ACC;
}
.BgClassName
{
background-color: #141ACC;
}
</style>
border-color css
<style>
span { border-color: #141ACC; }
span { border-color: rgb(20,26,204); }
td.TdClassName
{
border-color: #141ACC;
}
.TagClassName
{
border-color: #141ACC;
}
</style>