Html Css Color HEX #141CD7 Medium Blue

📋 copy color: '#141CD7'

red 20 ◦ green 28 ◦ blue 215

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

Shades of Medium Blue #141CD7

Tints of Medium Blue #141CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 81.75%

R = 7.6%
G = 10.65%
B = 81.75%

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

#141CD7 (or 0x141CD7) is known color: Medium Blue. HEX triplet: 14, 1C and D7. RGB value is (20,28,215). Sum of RGB (Red+Green+Blue) = 20+28+215=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 215 (84.38% from 255 or 81.75% from 263); Max value from RGB is 215 - color contains mainly: blue. Hex color #141CD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CD7 is #EBE328. Grayscale: #2E2E2E. Windows color (decimal): -15459113 or 14097428. OLE color: 14097428.

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

Color convert

RGB 20 28 215 -
CMYK 0.91 0.87 0 0.16
HSL 237.54º 0.83% 0.46% -
HSV(B) 237.54º 0.91% 0.84% -
XYZ 12.97 5.89 64.74 -
YUV 46.93 222.85 108.79 -
System Red Green Blue C M Y K H S L
Decimal 20 28 215 0.91 0.87 0 0.16 237.54 0.83 0.46
Hex 14 1C D7 5B 57 0 10 EE 53 2E
Octal 24 34 327 133 127 0 20 356 123 56
Binary 10100 11100 11010111 1011011 1010111 0 10000 11101110 1010011 101110

Color Harmonies of #141CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CD7

Black with #141CD7

Text Example


Text Example

White with #141CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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