Html Css Color HEX #141DDD Medium Blue

📋 copy color: '#141DDD'

red 20 ◦ green 29 ◦ blue 221

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

Shades of Medium Blue #141DDD

Tints of Medium Blue #141DDD

RGB

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

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

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

R = 7.41%
G = 10.74%
B = 81.85%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#141DDD (or 0x141DDD) is known color: Medium Blue. HEX triplet: 14, 1D and DD. RGB value is (20,29,221). Sum of RGB (Red+Green+Blue) = 20+29+221=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #141DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DDD is #EBE222. Grayscale: #2F2F2F. Windows color (decimal): -15458851 or 14490900. OLE color: 14490900.

HSL color Cylindrical-coordinate representation of color #141DDD: hue angle of 237.31º 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 #141DDD is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 29 221 -
CMYK 0.91 0.87 0 0.13
HSL 237.31º 0.83% 0.47% -
HSV(B) 237.31º 0.91% 0.87% -
XYZ 13.78 6.25 68.89 -
YUV 48.2 225.52 107.89 -
System Red Green Blue C M Y K H S L
Decimal 20 29 221 0.91 0.87 0 0.13 237.31 0.83 0.47
Hex 14 1D DD 5B 57 0 D ED 53 2F
Octal 24 35 335 133 127 0 15 355 123 57
Binary 10100 11101 11011101 1011011 1010111 0 1101 11101101 1010011 101111

Color Harmonies of #141DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DDD

Black with #141DDD

Text Example


Text Example

White with #141DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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