Html Css Color HEX #141ADD Medium Blue

📋 copy color: '#141ADD'

red 20 ◦ green 26 ◦ blue 221

#141ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #141ADD

Tints of Medium Blue #141ADD

RGB

 RED value IS 20 (8.2% from 255) = 7.49%

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 221 (86.72% from 255) = 82.77%

R = 7.49%
G = 9.74%
B = 82.77%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#141ADD (or 0x141ADD) is known color: Medium Blue. HEX triplet: 14, 1A and DD. RGB value is (20,26,221). Sum of RGB (Red+Green+Blue) = 20+26+221=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #141ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ADD is #EBE522. Grayscale: #2D2D2D. Windows color (decimal): -15459619 or 14490132. OLE color: 14490132.

HSL color Cylindrical-coordinate representation of color #141ADD: hue angle of 238.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141ADD is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 26 221 -
CMYK 0.91 0.88 0 0.13
HSL 238.21º 0.83% 0.47% -
HSV(B) 238.21º 0.91% 0.87% -
XYZ 13.71 6.11 68.86 -
YUV 46.44 226.51 109.14 -
System Red Green Blue C M Y K H S L
Decimal 20 26 221 0.91 0.88 0 0.13 238.21 0.83 0.47
Hex 14 1A DD 5B 58 0 D EE 53 2F
Octal 24 32 335 133 130 0 15 356 123 57
Binary 10100 11010 11011101 1011011 1011000 0 1101 11101110 1010011 101111

Color Harmonies of #141ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141ADD

Black with #141ADD

Text Example


Text Example

White with #141ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141ADD; }

 p { color: rgb(20,26,221); }

 H1.HeaderClassName
 {
   color: #141ADD;
 }
 .AnyTagClassName
 {
   color: #141ADD;
 }
</style>

background-color css

<style>
 a { background-color: #141ADD; }

 a { background-color: rgb(20,26,221); }

 div.DivClassName
 {
   background-color: #141ADD;
 }
 .BgClassName
 {
   background-color: #141ADD;
 }
</style>

border-color css

<style>
 span { border-color: #141ADD; }

 span { border-color: rgb(20,26,221); }

 td.TdClassName
 {
   border-color: #141ADD;
 }
 .TagClassName
 {
   border-color: #141ADD;
 }
</style>