Html Css Color HEX #141DD5 Medium Blue

📋 copy color: '#141DD5'

red 20 ◦ green 29 ◦ blue 213

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

Shades of Medium Blue #141DD5

Tints of Medium Blue #141DD5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.07%

 BLUE value IS 213 (83.59% from 255) = 81.3%

R = 7.63%
G = 11.07%
B = 81.3%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#141DD5 (or 0x141DD5) is known color: Medium Blue. HEX triplet: 14, 1D and D5. RGB value is (20,29,213). Sum of RGB (Red+Green+Blue) = 20+29+213=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 213 (83.59% from 255 or 81.30% from 262); Max value from RGB is 213 - color contains mainly: blue. Hex color #141DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DD5 is #EBE22A. Grayscale: #2E2E2E. Windows color (decimal): -15458859 or 13966612. OLE color: 13966612.

HSL color Cylindrical-coordinate representation of color #141DD5: hue angle of 237.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141DD5 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 29 213 -
CMYK 0.91 0.86 0 0.16
HSL 237.2º 0.83% 0.46% -
HSV(B) 237.2º 0.91% 0.84% -
XYZ 12.74 5.83 63.41 -
YUV 47.29 221.52 108.54 -
System Red Green Blue C M Y K H S L
Decimal 20 29 213 0.91 0.86 0 0.16 237.2 0.83 0.46
Hex 14 1D D5 5B 56 0 10 ED 53 2E
Octal 24 35 325 133 126 0 20 355 123 56
Binary 10100 11101 11010101 1011011 1010110 0 10000 11101101 1010011 101110

Color Harmonies of #141DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DD5

Black with #141DD5

Text Example


Text Example

White with #141DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,213); }

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

background-color css

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

 a { background-color: rgb(20,29,213); }

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

border-color css

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

 span { border-color: rgb(20,29,213); }

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