Shades of Blue #140BED
Tints of Blue #140BED
RGB
CMYK
RGB Variations
Color information
#140BED (or 0x140BED) is known color: Blue. HEX triplet: 14, 0B and ED. RGB value is (20,11,237). Sum of RGB (Red+Green+Blue) = 20+11+237=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #140BED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #140BED is #EBF412. Grayscale: #262626. Windows color (decimal): -15463443 or 15534868. OLE color: 15534868.
HSL color Cylindrical-coordinate representation of color #140BED: hue angle of 242.39º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140BED is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 11 | 237 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.07 |
| HSL | 242.39º | 0.91% | 0.49% | - |
| HSV(B) | 242.39º | 0.95% | 0.93% | - |
| XYZ | 15.69 | 6.5 | 80.55 | - |
| YUV | 39.46 | 239.48 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 237 | 0.92 | 0.95 | 0 | 0.07 | 242.39 | 0.91 | 0.49 |
| Hex | 14 | B | ED | 5C | 5F | 0 | 7 | F2 | 5B | 31 |
| Octal | 24 | 13 | 355 | 134 | 137 | 0 | 7 | 362 | 133 | 61 |
| Binary | 10100 | 1011 | 11101101 | 1011100 | 1011111 | 0 | 111 | 11110010 | 1011011 | 110001 |
Color Harmonies of #140BED
Complementary color
Monochromatic Colors of #140BED
Black with #140BED
Text Example
Text Example
White with #140BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140BED; }
p { color: rgb(20,11,237); }
H1.HeaderClassName
{
color: #140BED;
}
.AnyTagClassName
{
color: #140BED;
}
</style>
background-color css
<style>
a { background-color: #140BED; }
a { background-color: rgb(20,11,237); }
div.DivClassName
{
background-color: #140BED;
}
.BgClassName
{
background-color: #140BED;
}
</style>
border-color css
<style>
span { border-color: #140BED; }
span { border-color: rgb(20,11,237); }
td.TdClassName
{
border-color: #140BED;
}
.TagClassName
{
border-color: #140BED;
}
</style>