Shades of Medium Blue #141ACF
Tints of Medium Blue #141ACF
RGB
CMYK
RGB Variations
Color information
#141ACF (or 0x141ACF) is known color: Medium Blue. HEX triplet: 14, 1A and CF. RGB value is (20,26,207). Sum of RGB (Red+Green+Blue) = 20+26+207=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #141ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ACF is #EBE530. Grayscale: #2C2C2C. Windows color (decimal): -15459633 or 13572628. OLE color: 13572628.
HSL color Cylindrical-coordinate representation of color #141ACF: hue angle of 238.07º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ACF is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 26 | 207 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.19 |
| HSL | 238.07º | 0.82% | 0.45% | - |
| HSV(B) | 238.07º | 0.9% | 0.81% | - |
| XYZ | 11.92 | 5.39 | 59.44 | - |
| YUV | 44.84 | 219.51 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 26 | 207 | 0.90 | 0.87 | 0 | 0.19 | 238.07 | 0.82 | 0.45 |
| Hex | 14 | 1A | CF | 5A | 57 | 0 | 13 | EE | 52 | 2D |
| Octal | 24 | 32 | 317 | 132 | 127 | 0 | 23 | 356 | 122 | 55 |
| Binary | 10100 | 11010 | 11001111 | 1011010 | 1010111 | 0 | 10011 | 11101110 | 1010010 | 101101 |
Color Harmonies of #141ACF
Complementary color
Monochromatic Colors of #141ACF
Black with #141ACF
Text Example
Text Example
White with #141ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ACF; }
p { color: rgb(20,26,207); }
H1.HeaderClassName
{
color: #141ACF;
}
.AnyTagClassName
{
color: #141ACF;
}
</style>
background-color css
<style>
a { background-color: #141ACF; }
a { background-color: rgb(20,26,207); }
div.DivClassName
{
background-color: #141ACF;
}
.BgClassName
{
background-color: #141ACF;
}
</style>
border-color css
<style>
span { border-color: #141ACF; }
span { border-color: rgb(20,26,207); }
td.TdClassName
{
border-color: #141ACF;
}
.TagClassName
{
border-color: #141ACF;
}
</style>