Html Css Color HEX #141CDD Medium Blue

📋 copy color: '#141CDD'

red 20 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #141CDD

Tints of Medium Blue #141CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 7.43%
G = 10.41%
B = 82.16%

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

#141CDD (or 0x141CDD) is known color: Medium Blue. HEX triplet: 14, 1C and DD. RGB value is (20,28,221). Sum of RGB (Red+Green+Blue) = 20+28+221=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #141CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CDD is #EBE322. Grayscale: #2E2E2E. Windows color (decimal): -15459107 or 14490644. OLE color: 14490644.

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

Color convert

RGB 20 28 221 -
CMYK 0.91 0.87 0 0.13
HSL 237.61º 0.83% 0.47% -
HSV(B) 237.61º 0.91% 0.87% -
XYZ 13.75 6.2 68.88 -
YUV 47.61 225.85 108.31 -
System Red Green Blue C M Y K H S L
Decimal 20 28 221 0.91 0.87 0 0.13 237.61 0.83 0.47
Hex 14 1C DD 5B 57 0 D EE 53 2F
Octal 24 34 335 133 127 0 15 356 123 57
Binary 10100 11100 11011101 1011011 1010111 0 1101 11101110 1010011 101111

Color Harmonies of #141CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CDD

Black with #141CDD

Text Example


Text Example

White with #141CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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