Html Css Color HEX #141CD5 Medium Blue

📋 copy color: '#141CD5'

red 20 ◦ green 28 ◦ blue 213

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

Shades of Medium Blue #141CD5

Tints of Medium Blue #141CD5

RGB

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

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

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

R = 7.66%
G = 10.73%
B = 81.61%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#141CD5 (or 0x141CD5) is known color: Medium Blue. HEX triplet: 14, 1C and D5. RGB value is (20,28,213). Sum of RGB (Red+Green+Blue) = 20+28+213=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 213 (83.59% from 255 or 81.61% from 261); Max value from RGB is 213 - color contains mainly: blue. Hex color #141CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CD5 is #EBE32A. Grayscale: #2D2D2D. Windows color (decimal): -15459115 or 13966356. OLE color: 13966356.

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

Color convert

RGB 20 28 213 -
CMYK 0.91 0.87 0 0.16
HSL 237.51º 0.83% 0.46% -
HSV(B) 237.51º 0.91% 0.84% -
XYZ 12.71 5.78 63.4 -
YUV 46.7 221.85 108.96 -
System Red Green Blue C M Y K H S L
Decimal 20 28 213 0.91 0.87 0 0.16 237.51 0.83 0.46
Hex 14 1C D5 5B 57 0 10 EE 53 2E
Octal 24 34 325 133 127 0 20 356 123 56
Binary 10100 11100 11010101 1011011 1010111 0 10000 11101110 1010011 101110

Color Harmonies of #141CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CD5

Black with #141CD5

Text Example


Text Example

White with #141CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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